1LEVEL = ../../make
2
3OBJC_SOURCES := call-throws.m
4
5include $(LEVEL)/Makefile.rules
6LDFLAGS += -framework Foundation
7