Makefile uninstall: Remove mw.1 (#308)

This commit is contained in:
Kipras Melnikovas 2019-10-26 19:44:26 +03:00 committed by Luke Smith
parent 19949642f4
commit bb38c15bf5

View File

@ -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