diff options
-rw-r--r-- | lldb/test/api/multithreaded/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/Makefile b/lldb/test/api/multithreaded/Makefile index 55f21cb6e0b..c974133da75 100644 --- a/lldb/test/api/multithreaded/Makefile +++ b/lldb/test/api/multithreaded/Makefile @@ -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) |