Makefile: Add uninstall
This commit is contained in:
parent
9c9e08d2bc
commit
2c47e9e707
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -7,3 +7,5 @@ clean:
|
|||
install: output
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
|
|
Reference in a new issue