]> git.armaanb.net Git - dwmblocks.git/blobdiff - Makefile
Made dwmblocks way more efficient by only setting the name of the root window when...
[dwmblocks.git] / Makefile
index a51d547d8a04015e5ad733f8ce8f8351dc9b5777..05754f853453b62269d0a362a553ee37cdef12e8 100644 (file)
--- 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: output
+       mkdir -p /usr/local/bin
+       cp -f dwmblocks /usr/local/bin