aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/self/Makefile
blob: bdae30428be490382d2de6ca585e86344fe9bd20 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../../make

OBJC_SOURCES := main.m
LD_EXTRAS ?= -framework Foundation

include $(LEVEL)/Makefile.rules