LEVEL = ../make

C_SOURCES := main.c

DYLIB_NAME := liba.dylib
DYLIB_C_SOURCES := a.c

include $(LEVEL)/Makefile.rules
