]> pd.if.org Git - pdclib/commitdiff
Disabled command echo, added -Wall.
authorsolar <unknown>
Mon, 21 Nov 2005 18:09:53 +0000 (18:09 +0000)
committersolar <unknown>
Mon, 21 Nov 2005 18:09:53 +0000 (18:09 +0000)
Makefile

index 95006046f816053209d22bd0c22936baaeaf5398..e2f8e6d671fa5892ae07bb289dc345415af6ee24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ dist:
        @tar czf pdclib.tgz $(ALLFILES)
 
 %.o: %.c Makefile
-       $(CC) -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./internals -c $< -o $@
+       @$(CC) -Wall -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./internals -c $< -o $@
 
 %.t: %.c Makefile
-       $(CC) -DTEST -std=c99 -I./internals/ $< -o $@
+       @$(CC) -Wall -DTEST -std=c99 -I./internals/ $< -o $@