opnsense-src/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile

6 lines
130 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := static.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules