From 8a90d08be56f4dbef4011a215eeaa8d6dde3749a Mon Sep 17 00:00:00 2001 From: solar Date: Wed, 17 May 2006 05:36:14 +0000 Subject: [PATCH] Removed redundant -Wall. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@" -- 2.40.0