diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/two-files/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/expression_command/two-files/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/expression_command/two-files/Makefile b/packages/Python/lldbsuite/test/expression_command/two-files/Makefile new file mode 100644 index 0000000..5974461 --- /dev/null +++ b/packages/Python/lldbsuite/test/expression_command/two-files/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../make + +OBJC_SOURCES := main.m foo.m + +include $(LEVEL)/Makefile.rules + +LDFLAGS += -framework Foundation
\ No newline at end of file |