OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = populate.ml
LIBS    = postgresql
RESULT  = populate

-include $(OCAMLMAKEFILE)
