android_mt6572_jiabo/external/lldb/test/lang/objc/objc-class-method/Makefile
2025-09-05 16:56:03 +08:00

6 lines
129 B
Makefile

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