OBJC_SOURCES := main.m

CFLAGS ?= -arch $(ARCH) -g -O2
LD_EXTRAS := -lobjc -framework Foundation

include Makefile.rules
