diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile b/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile new file mode 100644 index 000000000000..cd9ca5c86d84 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/Makefile @@ -0,0 +1,3 @@ +LEVEL = ../../../make +C_SOURCES := main.c +include $(LEVEL)/Makefile.rules |