6 lines
114 B
Makefile
6 lines
114 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m
|
|
LD_EXTRAS ?= -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|