Introduction
Introduction Statistics Contact Development Disclaimer Help
Fixing spurious whitespaces. - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 14451307eef3a11cbe9f47959da07d254e7c7e70
parent 94382cb7360ec1e712df59e883381cee1344dd9a
Author: Christoph Lohmann <[email protected]>
Date: Sun, 24 Apr 2011 15:33:28 +0200
Fixing spurious whitespaces.
Diffstat:
M 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
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.