From d57db4cac927126d1d006becf5f2ed743ac21474 Mon Sep 17 00:00:00 2001
From: Jason Goulet-Lipman <jason.gouletlipman@gmail.com>
Date: Mon, 19 Apr 2021 09:05:35 -0400
Subject: added uninstall target

---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fe6ff04..5ff69e9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,10 @@ clean:
 install: dwl
 	install -D dwl $(PREFIX)/bin/dwl
 
-.PHONY: all clean install
+uninstall:
+	rm -f $(PREFIX)/bin/dwl
+
+.PHONY: all clean install uninstall
 
 # wayland-scanner is a tool which generates C headers and rigging for Wayland
 # protocols, which are specified in XML. wlroots requires you to rig these up
-- 
cgit v1.2.3