opnsense-src/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile

6 lines
128 B
Makefile

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