# Makefile

BASE = ..
LIB = patricia
TOPSOURCES = ptset.ml ptmap.ml
SOURCES = $(TOPSOURCES)
LIBS = $(WITHUNIX)

include Makefile.library
