geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 14451307eef3a11cbe9f47959da07d254e7c7e70
parent 94382cb7360ec1e712df59e883381cee1344dd9a
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 24 Apr 2011 15:33:28 +0200

Fixing spurious whitespaces.

Diffstat:
Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -22,7 +22,7 @@ options: @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" -.c.o : +.c.o: @echo CC $< @${CC} ${CFLAGS} -c $< @@ -32,7 +32,7 @@ ${NAME}: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} -clean : +clean: @echo cleaning @rm -f ${NAME} ${OBJ} ${NAME}-${VERSIOn}.tar.gz