mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 14:26:06 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
![]() |
LEVEL = ../../make
|
||
|
|
||
|
OBJC_SOURCES := main.m
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|
||
|
|
||
|
LDFLAGS += -framework Foundation
|