diff options
Diffstat (limited to 'lldb/test/expression_command/call-function')
-rw-r--r-- | lldb/test/expression_command/call-function/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/Makefile b/lldb/test/expression_command/call-function/Makefile index 8a7102e347a..6a87edf485b 100644 --- a/lldb/test/expression_command/call-function/Makefile +++ b/lldb/test/expression_command/call-function/Makefile @@ -3,3 +3,6 @@ LEVEL = ../../make CXX_SOURCES := main.cpp include $(LEVEL)/Makefile.rules + +clean:: + rm -rf *.o *.d *.dSYM |