Add the generated executables ending with "-cc" and "-tcc" to the makefile "clean"

master
mingodad 2014-03-26 14:19:22 +00:00
parent ad9568060e
commit bed865275d
1 changed files with 4 additions and 3 deletions

View File

@ -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