# La GUI
ocamlc -custom -I +labltk -o gui labltk.cma gui.ml

# The computation server
ocamlc -o compute compute.ml

# The pipes
ocamlc -c bipipe.mli
ocamlc -c bipipe.ml
ocamlc -o biconnect unix.cma bipipe.cmo biconnect.ml

# Launch the appli using
# biconnect gui compute
