commit b998dd9d551cdd96cd40b2df2987e4a6baa0d5fa parent 5ba902a6663dd298f2967fc7e9d691528c0d9ecd Author: Aidan <torrinfail@gmail.com> Date: Sun, 24 Mar 2019 21:53:48 -0600 Added install option. Diffstat:
M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -4,3 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h gcc -c -lX11 dwmblocks.c clean: rm *.o *.gch dwmblocks +install: + mkdir -p /usr/local/bin + cp -f dwmblocks /usr/local/bin