Sfoglia il codice sorgente

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

tags/v3.1
Kipras Melnikovas 5 anni fa
committed by Luke Smith
parent
commit
bb38c15bf5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Makefile

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

Caricamento…
Annulla
Salva