diff options
| author | mingodad <mingodad@gmail.com> | 2014-03-26 14:19:22 +0000 |
|---|---|---|
| committer | mingodad <mingodad@gmail.com> | 2014-03-26 14:32:03 +0000 |
| commit | bed865275db3161375b9b082945323c68c4c5b69 (patch) | |
| tree | 0b408da7be04e002b80b7fcf9b45a8bb9704b979 | |
| parent | ad9568060eefbf79073f260249fe1ff8df59bf53 (diff) | |
| download | tinycc-bed865275db3161375b9b082945323c68c4c5b69.tar.gz tinycc-bed865275db3161375b9b082945323c68c4c5b69.tar.bz2 | |
Add the generated executables ending with "-cc" and "-tcc" to the makefile "clean"
| -rw-r--r-- | tests/Makefile | 7 |
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 |
