• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LEVEL = ../../../make
2
3DYLIB_NAME := libContainer
4DYLIB_OBJC_SOURCES := Container.m
5OBJC_SOURCES := main.m
6
7include $(LEVEL)/Makefile.rules
8
9LDFLAGS += -framework Foundation
10