aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-09 21:23:57 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-09 21:23:57 +0000
commit6f2913059696064e80328b389e44b199c1af526d (patch)
tree8d2b2aaa047af4efa941f90ee220f8099c1d1650 /packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile
parenta4092fcbfb39b4d32a8e152a110d20132779d538 (diff)
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile b/packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile
new file mode 100644
index 000000000000..314f1cb2f077
--- /dev/null
+++ b/packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile
@@ -0,0 +1,5 @@
+LEVEL = ../../../make
+
+CXX_SOURCES := main.cpp
+
+include $(LEVEL)/Makefile.rules