# install the package ocamlmakefile for this file
OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

SOURCES = count_hash.ml
INCDIRS = +pcre
LIBDIRS = +pcre
LIBS    = pcre
RESULT  = count_hash

-include $(OCAMLMAKEFILE)
