From 11366a03f56cd3eaf5a056a388a5b86955539b80 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 2 Jan 2009 12:25:22 +0000 Subject: [PATCH] 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 --- unittests/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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