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