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:
parent
c087ba24aa
commit
1ad1461930
@ -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
Block a user