]> git.armaanb.net Git - sic.git/commitdiff
made Makefile consistent
authorAnselm R Garbe <garbeam@gmail.com>
Tue, 29 Jul 2008 18:18:03 +0000 (19:18 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Tue, 29 Jul 2008 18:18:03 +0000 (19:18 +0100)
Makefile

index 1bfccc5ff3ce9df14f2b848a53f4ab4e24a57e3d..0ee44267ae31d6ffa07a30869ffb2dacbf89151d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ ${OBJ}: config.mk
 sic: ${OBJ}
        @echo CC -o $@
        @${CC} -o $@ ${OBJ} ${LDFLAGS}
-       @strip $@
 
 clean:
        @echo cleaning