From 5a514107c420bd8dd724c27d1e7e905571a6aba5 Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Thu, 15 May 2014 12:09:43 +0800 Subject: [PATCH] When tcc.exe update, abitest-tcc.exe not updated. For security, you must first clean up --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index e3824ba9..9ace5b05 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -70,7 +70,7 @@ ifdef LIBTCC1 LIBTCC1:=$(TOP)/$(LIBTCC1) endif -all test : $(TESTS) +all test : clean $(TESTS) hello-exe: ../examples/ex1.c @echo ------------ $@ ------------