diff options
author | crian <crian84@gmail.com> | 2020-03-03 14:53:01 +0100 |
---|---|---|
committer | crian <crian84@gmail.com> | 2020-03-03 14:53:01 +0100 |
commit | 2b44212f45255acbd299ec6040568f247afd5088 (patch) | |
tree | 3b472ae4e5da250769083a26c4ea8fd986544a1d /Makefile | |
parent | 2c47e9e707591cd298e6e3f8d846cb8b73c2cccd (diff) |
Makefile: Set permission
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |