Ver código fonte

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

tags/v3.1
Kipras Melnikovas 5 anos atrás
committed by Luke Smith
pai
commit
bb38c15bf5
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar