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

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

-include $(OCAMLMAKEFILE)
