diff options
| author | Aaahh Ahh <woohoomoo2u@gmail.com> | 2017-11-26 15:08:03 -0500 |
|---|---|---|
| committer | Aaahh Ahh <woohoomoo2u@gmail.com> | 2017-11-26 15:08:03 -0500 |
| commit | 8f6b51c9dfb495d346c3bae88cc893ec4c797846 (patch) | |
| tree | 407534c9b9c4577799b36a28782c1062b4da0035 /Makefile | |
| parent | 7c6da8d8df16c60e06a6bedc70ebf08c3f47d98e (diff) | |
| parent | 0d1fe7095bdd58ad9d15d659e4be5bac7b5a3aea (diff) | |
Merge remote-tracking branch 'xwintmp/master'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
