From 2c47e9e707591cd298e6e3f8d846cb8b73c2cccd Mon Sep 17 00:00:00 2001
From: crian <crian84@gmail.com>
Date: Mon, 2 Mar 2020 13:42:26 +0100
Subject: [PATCH] Makefile: Add uninstall

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

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