OBJC_SOURCES := main.m

CFLAGS_EXTRAS := -g0 # No debug info.
MAKE_DSYM := NO



LD_EXTRAS := -framework Foundation
include Makefile.rules
