summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 77e0abebe2..1f317fa112 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,4 +14,5 @@ PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
include $(LEVEL)/Makefile.common
clean::
- $(Verb) $(RM) -f *Tests Analysis
+ $(Verb) $(RM) -rf Analysis
+ $(Verb) $(RM) -f *Tests