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