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