forked from OSchip/llvm-project
make 'make clean' remove test binaries as well
llvm-svn: 61572
This commit is contained in:
parent
cb3c839574
commit
69a8b01efe
|
@ -18,3 +18,6 @@ CPP.Flags += -Wno-variadic-macros
|
|||
PARALLEL_DIRS = ADT
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
clean::
|
||||
$(RM) -f *Tests
|
||||
|
|
Loading…
Reference in New Issue