make 'make clean' remove test binaries as well

llvm-svn: 61572
This commit is contained in:
Nuno Lopes 2009-01-02 12:25:22 +00:00
parent cb3c839574
commit 69a8b01efe
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ CPP.Flags += -Wno-variadic-macros
PARALLEL_DIRS = ADT
include $(LEVEL)/Makefile.common
clean::
$(RM) -f *Tests