llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/Makefile

7 lines
130 B
Makefile

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