7 lines
84 B
Makefile
7 lines
84 B
Makefile
OBJC_SOURCES := main.m
|
|
|
|
|
|
|
|
LD_EXTRAS := -framework Foundation
|
|
include Makefile.rules
|