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