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