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

C_SOURCES := main.c

DYLIB_NAME := a
DYLIB_C_SOURCES := a.c

ENABLE_THREADS := YES

include $(LEVEL)/Makefile.rules
