X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fformal_topology%2Fbin%2FMakefile;h=4b532e262ba8625792b350ea57f3db83bc1b48ed;hb=67303bc29318bd94a31903a92a2127697c5de84e;hp=3bfd0c9ee1401f5b3f9f6d52e8b1ac42e9d92d79;hpb=246f6c5ab89ddbec94dec411ba00daf987214688;p=helm.git diff --git a/helm/software/matita/contribs/formal_topology/bin/Makefile b/helm/software/matita/contribs/formal_topology/bin/Makefile index 3bfd0c9ee..4b532e262 100644 --- a/helm/software/matita/contribs/formal_topology/bin/Makefile +++ b/helm/software/matita/contribs/formal_topology/bin/Makefile @@ -1,2 +1,2 @@ -theory_explorer: theory_explorer.ml - ocamlopt -rectypes -o theory_explorer unix.cmxa theory_explorer.ml +comb: comb.ml + ocamlfind ocamlopt -g -linkpkg -package ocamlgraph,unix -o comb comb.ml