diff --git a/Makefile b/Makefile index 886a53d..c45a563 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +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