From: Aidan Date: Mon, 25 Mar 2019 03:53:48 +0000 (-0600) Subject: Added install option. X-Git-Url: https://git.armaanb.net/?p=dwmblocks.git;a=commitdiff_plain;h=b998dd9d551cdd96cd40b2df2987e4a6baa0d5fa Added install option. --- diff --git a/Makefile b/Makefile index a51d547..7f6609c 100644 --- 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