7 lines
116 B
Makefile
7 lines
116 B
Makefile
LEVEL = ../../make
|
|
|
|
OBJC_SOURCES := call-throws.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
LDFLAGS += -framework Foundation
|