diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-05-30 02:52:29 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-05-30 02:52:29 +0000 |
| commit | 9f84da9b52875eb67874d116cbc10af966aebd11 (patch) | |
| tree | af94a6094e9e68180af3d9a975cc6731a29f0570 /lldb/test/python_api | |
| parent | 3ee12ef26ed534af3d0c85f88df7b06db037bfe3 (diff) | |
| download | bcm5719-llvm-9f84da9b52875eb67874d116cbc10af966aebd11.tar.gz bcm5719-llvm-9f84da9b52875eb67874d116cbc10af966aebd11.zip | |
Clean renamed files on 'make clean'
llvm-svn: 157669
Diffstat (limited to 'lldb/test/python_api')
| -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 |

