Browse Source

Makefile: Add uninstall

master
crian 5 years ago
parent
commit
2c47e9e707
No known key found for this signature in database GPG Key ID: 313858BD269FBEC7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@ -7,3 +7,5 @@ clean:
install: output install: output
mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks

Loading…
Cancel
Save