llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/objc-struct-argument/Makefile

5 lines
96 B
Makefile

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