Changed Makefile to also complie when running install.
[dwmblocks.git] / Makefile
index 7f6609c..05754f8 100644 (file)
--- 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