aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-05-15 12:09:43 +0800
committerjiang <30155751@qq.com>2014-05-15 12:09:43 +0800
commit5a514107c420bd8dd724c27d1e7e905571a6aba5 (patch)
treecdd1fec1687af0a95213a58afd4577d113a490ac /tests
parent5d0785d0e1d71860b61b1c365ff46c8e399ad0e6 (diff)
downloadtinycc-5a514107c420bd8dd724c27d1e7e905571a6aba5.tar.gz
tinycc-5a514107c420bd8dd724c27d1e7e905571a6aba5.tar.bz2
When tcc.exe update, abitest-tcc.exe not updated. For security, you must first clean up
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e3824ba..9ace5b0 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 ------------ $@ ------------