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