Merge branch 'mob' of git://repo.or.cz/tinycc into kroll

master
Henry Kroll III 2010-12-06 16:25:33 -08:00
commit 10a08a372f
1 changed files with 3 additions and 1 deletions

View File

@ -39,8 +39,10 @@ libtcc_test$(EXESUF): libtcc_test.c ../$(LIBTCC)
$(CC) -o $@ $^ -I.. $(CFLAGS) $(LIBS) $(LINK_LIBTCC)
# test.ref - generate using gcc
# copy only tcclib.h so GCC's stddef and stdarg will be used
test.ref: tcctest.c
$(CC) -o tcctest.gcc $< -w $(CFLAGS) -I../include
cp -u ../include/tcclib.h .
$(CC) -o tcctest.gcc $< -I. -w $(CFLAGS)
./tcctest.gcc > $@
# auto test