diff options
-rw-r--r-- | lldb/test/python_api/formatters/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/python_api/formatters/Makefile b/lldb/test/python_api/formatters/Makefile index 8a7102e347a..ddffdcfb62d 100644 --- a/lldb/test/python_api/formatters/Makefile +++ b/lldb/test/python_api/formatters/Makefile @@ -2,4 +2,7 @@ LEVEL = ../../make CXX_SOURCES := main.cpp +# Clean renamed executable on 'make clean' +clean: OBJECTS+=no_synth + include $(LEVEL)/Makefile.rules |