From: solar Date: Wed, 17 May 2006 05:36:14 +0000 (+0000) Subject: Removed redundant -Wall. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0ea470669d3d0bf9bbe675d4ebec9487e1e9471a;p=fw%2Fpdclib Removed redundant -Wall. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@202 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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 $@"