summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/target_var/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/target_var/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/target_var/Makefile b/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
new file mode 100644
index 000000000000..bb9cc4f2f66d
--- /dev/null
+++ b/packages/Python/lldbsuite/test/functionalities/target_var/Makefile
@@ -0,0 +1,10 @@
+LEVEL = ../../make
+
+include $(LEVEL)/Makefile.rules
+
+a.out: globals.ll
+ $(CC) $(CFLAGS) -g -c $^ -o globals.o
+ $(LD) $(LDFLAGS) -g globals.o -o $@
+
+clean::
+ rm -rf globals.o a.out *.dSYM