mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-29 00:08:59 -04:00
7 lines
112 B
Makefile
7 lines
112 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
LDFLAGS += -framework Foundation
|