X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=c45a56304b928a426a4e50892cda3d56b5b61c4a;hb=2b44212f45255acbd299ec6040568f247afd5088;hp=4af193c9c370bd406a472c0c972af10c8e14836e;hpb=9c9e08d2bc44f2c800c20ea9ac432133ff86d62e;p=dwmblocks.git diff --git a/Makefile b/Makefile index 4af193c..c45a563 100644 --- 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