mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
LEVEL = ../../make
|
|
|
|
OBJC_SOURCES := main.m foo.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Foundation
|