git clone https://orangeshoelaces.net/git/ii.git
Author: Nico Golde on 02/03/2007
Committer: Nico Golde on 02/03/2007
small makefile adjustments
Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index e45b7bd..749a1cc 100644
--- a/Makefile
+++ b/Makefile
@@ -45,9 +45,10 @@ install: all
@echo "installed ii"
uninstall: all
- rm -f ${DESTDIR}${MAN1DIR}/ii.1
- rm -rf ${DESTDIR}${DOCDIR}
- rm -f ${DESTDIR}${BINDIR}/ii
+ @rm -f ${DESTDIR}${MAN1DIR}/ii.1
+ @rm -rf ${DESTDIR}${DOCDIR}
+ @rm -f ${DESTDIR}${BINDIR}/ii
+ @echo "uninstalled ii"
clean:
rm -f ii *~ *.o *core