1LEVEL = ../../../make 2 3OBJC_SOURCES := main.m 4 5CFLAGS_EXTRAS += -w 6 7include $(LEVEL)/Makefile.rules 8 9LDFLAGS += -framework Foundation 10