OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

SOURCES = populate.ml
INCDIRS = /usr/lib/ocaml/3.10.2/postgresql
LIBDIRS = /usr/lib/ocaml/3.10.2/postgresql
LIBS    = postgresql
RESULT  = populate

-include $(OCAMLMAKEFILE)
