]> pd.if.org Git - pdclib/commitdiff
Removed redundant -Wall.
authorsolar <unknown>
Wed, 17 May 2006 05:36:14 +0000 (05:36 +0000)
committersolar <unknown>
Wed, 17 May 2006 05:36:14 +0000 (05:36 +0000)
Makefile

index 2c31fe886d768a5fa4dccc475bb32a101cf12716..1a901ed95641f41bc5a71509753c5aaa5b4a3c27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ help:
 
 %.o: %.c Makefile
        @echo " CC      $@"
-       @$(CC) $(CFLAGS) -Wall -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./includes -I./internals -c $< -o $@
+       @$(CC) $(CFLAGS) -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./includes -I./internals -c $< -o $@
 
 %.t: %.c Makefile pdclib.a
        @echo " CC      $@"