diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-09 21:23:57 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-09 21:23:57 +0000 |
| commit | 6f2913059696064e80328b389e44b199c1af526d (patch) | |
| tree | 8d2b2aaa047af4efa941f90ee220f8099c1d1650 /packages/Python/lldbsuite/test/python_api/value/empty_class/Makefile | |
| parent | a4092fcbfb39b4d32a8e152a110d20132779d538 (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/Makefile | 5 |
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 |
