diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile b/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile new file mode 100644 index 0000000..8af0644 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/plugins/commands/Makefile @@ -0,0 +1,8 @@ +LEVEL = ../../../make + +DYLIB_CXX_SOURCES := plugin.cpp +DYLIB_NAME := plugin +DYLIB_ONLY := YES +MAKE_DSYM := NO + +include $(LEVEL)/Makefile.rules |