OBJC_SOURCES := main.m

CFLAGS_EXTRAS := -w -fobjc-exceptions

USE_SYSTEM_STDLIB := 1

LD_EXTRAS := -framework Foundation

include Makefile.rules
