This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
mutt-wizard
mirror of
https://github.com/LukeSmithxyz/mutt-wizard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Makefile uninstall: Remove `mw.1` (
#308
)
tags/v3.1
Kipras Melnikovas
5 years ago
committed by
Luke Smith
parent
19949642f4
commit
bb38c15bf5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save