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

DYLIB_NAME := foo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c

include $(LEVEL)/Makefile.rules
