From 97c9356afe9828ac405a8c6710a2ef4ed5e10c50 Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 21 Nov 2005 18:09:53 +0000 Subject: [PATCH] Disabled command echo, added -Wall. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9500604..e2f8e6d 100644 --- 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 $@ -- 2.40.0