From bed865275db3161375b9b082945323c68c4c5b69 Mon Sep 17 00:00:00 2001 From: mingodad Date: Wed, 26 Mar 2014 14:19:22 +0000 Subject: [PATCH] Add the generated executables ending with "-cc" and "-tcc" to the makefile "clean" --- tests/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 0cfefcae..55bf29cc 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 -- 2.11.4.GIT