1LEVEL = ../../../make
2
3OBJC_SOURCES := main.m my-base.m
4#OBJC_SOURCES := const-strings.m
5
6include $(LEVEL)/Makefile.rules
7
8LDFLAGS += -framework Foundation
9