From: Anselm R Garbe Date: Tue, 29 Jul 2008 18:18:03 +0000 (+0100) Subject: made Makefile consistent X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=2a372e2df178fc6912a004591e5049ebadcf4afc made Makefile consistent --- 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