X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=1a901ed95641f41bc5a71509753c5aaa5b4a3c27;hb=8a90d08be56f4dbef4011a215eeaa8d6dde3749a;hp=2c31fe886d768a5fa4dccc475bb32a101cf12716;hpb=40d888d0440b4cfa1ac6684338221d4514348222;p=pdclib diff --git a/Makefile b/Makefile index 2c31fe8..1a901ed 100644 --- 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 $@"