OBJC_SOURCES := main.m lib.m
LD_EXTRAS = -framework Foundation

include Makefile.rules

lib.o: CFLAGS = $(CFLAGS_NO_DEBUG)
