aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 363b994..d914a89 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,7 @@ install: xwinwrap
clean:
$(RM) xwinwrap
-.PHONY: all install clean
+uninstall:
+ rm -f '$(DESTDIR)$(bindir)/xwinwrap'
+
+.PHONY: all install clean \ No newline at end of file