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