diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile deleted file mode 100644 index 6fc26a9193f..00000000000 --- a/lldb/packages/Python/lldbsuite/test/expression_command/completion/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -LEVEL = ../../make - -CXX_SOURCES := main.cpp other.cpp - -include $(LEVEL)/Makefile.rules |