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