diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile b/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile new file mode 100644 index 0000000..c168029 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../../make + +OBJC_SOURCES := test.m +LDFLAGS = $(CFLAGS) -lobjc -framework Foundation + +include $(LEVEL)/Makefile.rules |