Makefile: Add uninstall
[dwmblocks.git] / 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