android_mt6572_jiabo/external/lldb/test/lang/objcxx/sample/Makefile
2025-09-05 16:56:03 +08:00

6 lines
131 B
Makefile

LEVEL = ../../../make
OBJCXX_SOURCES := main.mm
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules