OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = prompt.ml
LIBS    = postgresql
THREADS = yes
RESULT  = prompt

-include $(OCAMLMAKEFILE)
