summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f6609c..05754f8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h
gcc -c -lX11 dwmblocks.c
clean:
rm *.o *.gch dwmblocks
-install:
+install: output
mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin