Makefile: Add uninstall
authorcrian <crian84@gmail.com>
Mon, 2 Mar 2020 12:42:26 +0000 (13:42 +0100)
committercrian <crian84@gmail.com>
Mon, 2 Mar 2020 16:01:13 +0000 (17:01 +0100)
Makefile

index 4af193c..886a53d 100644 (file)
--- 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