Remove asm-c-connect-sep in tests clean target

This commit is contained in:
Thomas Preud'homme 2018-03-09 20:10:06 +00:00
parent 776aa0c093
commit e76058c478
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ cache: tcc_g
clean:
rm -f *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc *.gcc
rm -f *-cc *-gcc *-tcc *.exe hello libtcc_test vla_test tcctest[1234]
rm -f asm-c-connect$(EXESUF)
rm -f asm-c-connect$(EXESUF) asm-c-connect-sep$(EXESUF)
rm -f ex? tcc_g weaktest.*.txt *.def
@$(MAKE) -C tests2 $@
@$(MAKE) -C pp $@