summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/interpreter_callback/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/interpreter_callback/Makefile')
-rw-r--r--lldb/test/API/python_api/interpreter_callback/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/interpreter_callback/Makefile b/lldb/test/API/python_api/interpreter_callback/Makefile
new file mode 100644
index 000000000000..10495940055b
--- /dev/null
+++ b/lldb/test/API/python_api/interpreter_callback/Makefile
@@ -0,0 +1,3 @@
+C_SOURCES := main.c
+
+include Makefile.rules