aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/forward-decl/Makefile
blob: b99925b50b38a05a5c12ed50ad3193253d5db90b (plain) (blame)
1
2
3
4
5
6
7
8
9
LEVEL = ../../../make

DYLIB_NAME := Container
DYLIB_OBJC_SOURCES := Container.m
OBJC_SOURCES := main.m

include $(LEVEL)/Makefile.rules

LDFLAGS += -framework Foundation