summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrian <crian84@gmail.com>2020-03-02 13:42:26 +0100
committercrian <crian84@gmail.com>2020-03-02 17:01:13 +0100
commit2c47e9e707591cd298e6e3f8d846cb8b73c2cccd (patch)
tree061f70a326a06f4d2f06c1b314bac447f5f97ad7
parent9c9e08d2bc44f2c800c20ea9ac432133ff86d62e (diff)
Makefile: Add uninstall
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4af193c..886a53d 100644
--- a/Makefile
+++ b/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