# Makefile

SOURCES  = opt.ml opt.mli fill.ml rpmfill.ml scan.ml dump.ml dosefill.ml
NAME     = dosefill
REQUIRES = threads util io mmap calendar progress debver debparser ocamlrpm dbm dosebase

include Makefile.exec
