Clang modules out of the Mac OS X SDK and use their types/functions. <rdar://problem/18802064> llvm-svn: 233421
8 lines
113 B
Makefile
8 lines
113 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Foundation
|