Fix TestMultithreaded.

llvm-svn: 238529
This commit is contained in:
Chaoren Lin 2015-05-29 00:01:15 +00:00
parent 10ed1a9ce7
commit 9acea45e19
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
clean::
rm $(wildcard -rf *.o *.d *.dSYM)
rm -rf $(wildcard *.o *.d *.dSYM)