diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile b/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile new file mode 100644 index 000000000000..a9c1edd1bdcf --- /dev/null +++ b/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../make +CXX_SOURCES := main.cpp +CXXFLAGS += -std=c++11 +include $(LEVEL)/Makefile.rules |