Browse Source

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

tags/v3.1
Kipras Melnikovas 4 years ago
committed by Luke Smith
parent
commit
bb38c15bf5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 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

Loading…
Cancel
Save