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

DYLIB_NAME := libContainer
DYLIB_OBJC_SOURCES := Container.m
OBJC_SOURCES := main.m

LDFLAGS = -framework Foundation

include $(LEVEL)/Makefile.rules
