# Makefile

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

include Makefile.library
