small makefile adjustments - ii - irc it, simple FIFO based irc client
HTML git clone git://git.suckless.org/ii
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 71bda09b276b578de8992d1c9b2603f6482c3206
DIR parent 29eb17dea0830a540fe1234c582c073678e4faa9
HTML Author: Nico Golde <nion@suckless.org>
Date: Sat, 3 Feb 2007 13:10:12 +0100
small makefile adjustments
Diffstat:
M Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
DIR diff --git 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