1OBJC_SOURCES := main.m
2
3CFLAGS_EXTRAS := -w
4
5
6
7LD_EXTRAS := -framework Foundation
8include Makefile.rules
9