LEVEL = ../make
OBJC_SOURCES := main.m my-base.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules