OCAMLMAKEFILE = ../../OCamlMakefile

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

-include $(OCAMLMAKEFILE)
