OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile

SOURCES = dump.ml
INCDIRS = /usr/lib/ocaml/3.09.2/postgresql
LIBDIRS = /usr/lib/ocaml/3.09.2/postgresql
LIBS    = postgresql
RESULT  = dump

-include $(OCAMLMAKEFILE)
