# Makefile

SOURCES  = util.mli util.ml
NAME     = util
REQUIRES = unix threads

include Makefile.library
