aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/api/multiple-targets/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/api/multiple-targets/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/api/multiple-targets/Makefile b/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
new file mode 100644
index 000000000000..bee559c8ecdd
--- /dev/null
+++ b/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
@@ -0,0 +1,8 @@
+LEVEL = ../../make
+
+MAKE_DSYM := NO
+
+ENABLE_THREADS := YES
+CXX_SOURCES := main.cpp
+
+include $(LEVEL)/Makefile.rules