summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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
Software created with 💖