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