diff options
-rw-r--r-- | lldb/test/api/multithreaded/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/api/multithreaded/Makefile b/lldb/test/api/multithreaded/Makefile index 7a28a047713..8a7102e347a 100644 --- a/lldb/test/api/multithreaded/Makefile +++ b/lldb/test/api/multithreaded/Makefile @@ -2,6 +2,4 @@ LEVEL = ../../make CXX_SOURCES := main.cpp -clean: OBJECTS+=*.d.* *.d *.o *.pyc *.dSYM - include $(LEVEL)/Makefile.rules |