ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

commit 71bda09b276b578de8992d1c9b2603f6482c3206
parent 29eb17dea0830a540fe1234c582c073678e4faa9
Author: Nico Golde <nion@suckless.org>
Date:   Sat,  3 Feb 2007 13:10:12 +0100

small makefile adjustments
Diffstat:
MMakefile | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

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