1OBJC_SOURCES := main.m2 3CFLAGS_EXTRAS := -w -Wno-error=incompatible-pointer-types4 5 6 7LD_EXTRAS := -framework Foundation8include Makefile.rules9