hanchenye-llvm-project/lldb/test/lang/objcxx/sample/Makefile

7 lines
131 B
Makefile

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