[llvm-commits] [llvm] r61572 - /llvm/trunk/unittests/Makefile

Nuno Lopes nunoplopes at sapo.pt
Fri Jan 2 04:25:29 PST 2009


Author: nlopes
Date: Fri Jan  2 06:25:22 2009
New Revision: 61572

URL: http://llvm.org/viewvc/llvm-project?rev=61572&view=rev
Log:
make 'make clean' remove test binaries as well

Modified:
    llvm/trunk/unittests/Makefile

Modified: llvm/trunk/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Makefile?rev=61572&r1=61571&r2=61572&view=diff

==============================================================================
--- llvm/trunk/unittests/Makefile (original)
+++ llvm/trunk/unittests/Makefile Fri Jan  2 06:25:22 2009
@@ -18,3 +18,6 @@
 PARALLEL_DIRS = ADT
 
 include $(LEVEL)/Makefile.common
+
+clean::
+	$(RM) -f *Tests





More information about the llvm-commits mailing list