diff options
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 |
