Fixing spurious whitespaces. - geomyidae - A small C-based gopherd.
HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 14451307eef3a11cbe9f47959da07d254e7c7e70
DIR parent 94382cb7360ec1e712df59e883381cee1344dd9a
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 24 Apr 2011 15:33:28 +0200
Fixing spurious whitespaces.
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR 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