Start transition to ISC license
[dwmblocks.git] / Makefile
index 4af193c..c45a563 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,6 @@ clean:
 install: output
        mkdir -p $(DESTDIR)$(PREFIX)/bin
        cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
+       chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks
+uninstall:
+       rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks