1OBJCXX_SOURCES := main.mm
2
3CFLAGS_EXTRAS := -w
4
5
6
7LD_EXTRAS := -framework Foundation
8include Makefile.rules
9