diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile b/packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile new file mode 100644 index 0000000..7dd5eb4 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/cpp/namespace/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../make + +CXX_SOURCES := main.cpp ns.cpp ns2.cpp ns3.cpp + +include $(LEVEL)/Makefile.rules |