diff options
| author | grischka <grischka> | 2008-03-31 19:50:58 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2008-03-31 19:50:58 +0000 |
| commit | f22e961f805d25482d0eefabc7a1bca202cbe599 (patch) | |
| tree | 8da5d1e7cf2b1c303bbce38e83ac52fffda2daac /Makefile | |
| parent | a327c7a55245536a00539f46b0cee689875e3754 (diff) | |
| download | tinycc-f22e961f805d25482d0eefabc7a1bca202cbe599.tar.gz tinycc-f22e961f805d25482d0eefabc7a1bca202cbe599.tar.bz2 | |
update manual, changelog
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $@ |
