diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-11-12 06:17:45 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-12 06:17:45 -0500 |
commit | d951fb64c587bf909fe6e0130a689a94c4055296 (patch) | |
tree | 4dafb27e53647e6287c2fbf99aa500a958c59526 /Makefile | |
parent | ce78b37dc21ebe8436e1f0639942847ef56d8f4c (diff) | |
parent | ff57bd2eb785ea393fd569751c47b93339af7861 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \ done rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard + rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1 .PHONY: install uninstall |