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