1OBJC_SOURCES := main.m my-base.m
2#OBJC_SOURCES := const-strings.m
3
4
5
6LD_EXTRAS := -framework Foundation
7include Makefile.rules
8