Explorar el Código

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

tags/v3.1
Kipras Melnikovas hace 5 años
committed by Luke Smith
padre
commit
bb38c15bf5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Ver fichero

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

Cargando…
Cancelar
Guardar