aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaahh Ahh <woohoomoo2u@gmail.com>2017-11-26 15:08:03 -0500
committerAaahh Ahh <woohoomoo2u@gmail.com>2017-11-26 15:08:03 -0500
commit8f6b51c9dfb495d346c3bae88cc893ec4c797846 (patch)
tree407534c9b9c4577799b36a28782c1062b4da0035 /Makefile
parent7c6da8d8df16c60e06a6bedc70ebf08c3f47d98e (diff)
parent0d1fe7095bdd58ad9d15d659e4be5bac7b5a3aea (diff)
Merge remote-tracking branch 'xwintmp/master'
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