make 'make clean' remove test binaries as well
authorNuno Lopes <nunoplopes@sapo.pt>
Fri, 2 Jan 2009 12:25:22 +0000 (12:25 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Fri, 2 Jan 2009 12:25:22 +0000 (12:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61572 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Makefile

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