Makefile 186 Bytes
OBJC_SOURCES := myclass.m repro.m
LD_EXTRAS := -framework Foundation

include Makefile.rules

# Force myclass.m to be compiled without debug info
myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG)