mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit bb38c15bf500c353f2c15f3a1b9b0f31fadf16b3
parent 19949642f4e3943fa268f4e2393b2baf4417d942
Author: Kipras Melnikovas <kipras@kipras.org>
Date:   Sat, 26 Oct 2019 19:44:26 +0300

Makefile uninstall: Remove `mw.1` (#308)


Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -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