update manual, changelog

This commit is contained in:
grischka
2008-03-31 19:50:58 +00:00
parent a327c7a552
commit f22e961f80
5 changed files with 27 additions and 15 deletions

View File

@ -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 > $@