Makefile   [plain text]


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

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

include $(LEVEL)/Makefile.rules

LDFLAGS += -framework Foundation