OCAMLMAKEFILE = ../../OCamlMakefile

SOURCES = populate.ml
INCDIRS := $(shell ocamlc -where)/postgresql
LIBDIRS := $(shell ocamlc -where)/postgresql
LIBS    = postgresql
RESULT  = populate

-include $(OCAMLMAKEFILE)
