aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authormingodad <mingodad@gmail.com>2014-03-26 14:19:22 +0000
committermingodad <mingodad@gmail.com>2014-03-26 14:32:03 +0000
commitbed865275db3161375b9b082945323c68c4c5b69 (patch)
tree0b408da7be04e002b80b7fcf9b45a8bb9704b979 /tests/Makefile
parentad9568060eefbf79073f260249fe1ff8df59bf53 (diff)
downloadtinycc-bed865275db3161375b9b082945323c68c4c5b69.tar.gz
tinycc-bed865275db3161375b9b082945323c68c4c5b69.tar.bz2
Add the generated executables ending with "-cc" and "-tcc" to the makefile "clean"
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 0cfefca..55bf29c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -239,6 +239,7 @@ cache: tcc_g
# clean
clean:
$(MAKE) -C tests2 $@
- rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.exe \
- hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
- ../lib/libtcc1.a
+ rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
+ *-cc *-tcc *.exe \
+ hello libtcc_test tcctest[1234] ex? tcc_g tcclib.h \
+ ../lib/libtcc1.a