From 15626621fb2a7dbe61b841e8121e44fd528073ec Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 19 Apr 2009 21:24:32 +0200 Subject: cleanup makefiles --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile') 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 -- cgit v1.3.1