From f22e961f805d25482d0eefabc7a1bca202cbe599 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 31 Mar 2008 19:50:58 +0000 Subject: update manual, changelog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0757b0..5c27b0a 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: test.ref test.out @if diff -u test.ref test.out ; then echo "Auto Test OK"; fi tcctest.ref: tcctest.c - $(CC) $(CFLAGS) -I. -o $@ $< + $(CC) $(CFLAGS) -w -I. -o $@ $< test.ref: tcctest.ref ./tcctest.ref > $@ -- cgit v1.3.1