1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

make 'make clean' remove test binaries as well

llvm-svn: 61572
This commit is contained in:
Nuno Lopes 2009-01-02 12:25:22 +00:00
parent c087ba24aa
commit 1ad1461930

View File

@ -18,3 +18,6 @@ CPP.Flags += -Wno-variadic-macros
PARALLEL_DIRS = ADT
include $(LEVEL)/Makefile.common
clean::
$(RM) -f *Tests