diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/python_api/process/io/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/python_api/process/io/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/process/io/Makefile b/packages/Python/lldbsuite/test/python_api/process/io/Makefile new file mode 100644 index 0000000..5361f2a --- /dev/null +++ b/packages/Python/lldbsuite/test/python_api/process/io/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../../make + +C_SOURCES := main.c +EXE := process_io + +include $(LEVEL)/Makefile.rules |