LEVEL = ../../../make

OBJC_SOURCES := test.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation

include $(LEVEL)/Makefile.rules
