Makefile: Add uninstall

This commit is contained in:
crian 2020-03-02 13:42:26 +01:00
parent 9c9e08d2bc
commit 2c47e9e707
No known key found for this signature in database
GPG Key ID: 313858BD269FBEC7
1 changed files with 2 additions and 0 deletions

View File

@ -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