diff options
| author | grischka <grischka> | 2009-04-19 21:24:32 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-19 21:24:32 +0200 |
| commit | 15626621fb2a7dbe61b841e8121e44fd528073ec (patch) | |
| tree | e4615e3440015ffeaf47475f51c75e5d210dde5d /tests/Makefile | |
| parent | e9e89ad699be8216c64317ba1133a85fe067800a (diff) | |
| download | tinycc-15626621fb2a7dbe61b841e8121e44fd528073ec.tar.gz tinycc-15626621fb2a7dbe61b841e8121e44fd528073ec.tar.bz2 | |
cleanup makefiles
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index a608c18..61df559 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ include $(TOP)/Makefile # run local version of tcc with local libraries and includes TCC = ../tcc -B.. -RUN_TCC = $(TARGET) -run ../tcc.c -B.. +RUN_TCC = $(NATIVE_TARGET) -run ../tcc.c -B.. DISAS=objdump -d all test : $(TESTS) @@ -141,4 +141,4 @@ cache: tcc_g # clean clean: rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.gcc \ - tcctest[1234] ex? libtcc_test tcc_g + tcctest[1234] ex? libtcc_test$(EXESUF) tcc_g |
