summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-07-29 19:18:03 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-07-29 19:18:03 +0100
commit2a372e2df178fc6912a004591e5049ebadcf4afc (patch)
tree7b12c56b466e30193000dad74c9f95a873ea13e4 /Makefile
parent888ab2272511712707dc4f43f80f1264b784d555 (diff)
downloadcic-2a372e2df178fc6912a004591e5049ebadcf4afc.tar.gz
made Makefile consistent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfccc5..0ee4426 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ ${OBJ}: config.mk
sic: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning