From: Nuno Lopes Date: Fri, 2 Jan 2009 12:25:22 +0000 (+0000) Subject: make 'make clean' remove test binaries as well X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11366a03f56cd3eaf5a056a388a5b86955539b80;p=oota-llvm.git make 'make clean' remove test binaries as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61572 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Makefile b/unittests/Makefile index 43592a1e5ea..33f3c8ebaaf 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -18,3 +18,6 @@ CPP.Flags += -Wno-variadic-macros PARALLEL_DIRS = ADT include $(LEVEL)/Makefile.common + +clean:: + $(RM) -f *Tests