# Makefile

BASE = ..
LIB = util
TOPSOURCES = util.ml
SOURCES = $(TOPSOURCES)
LIBS = $(WITHUNIX)

include Makefile.library
