forked from OSchip/llvm-project
8 lines
110 B
Makefile
8 lines
110 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
OBJC_SOURCES := main.m
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|
||
|
|
||
|
LDFLAGS += -framework Foundation
|