X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fformal_topology%2Fbin%2FMakefile;h=4b532e262ba8625792b350ea57f3db83bc1b48ed;hb=8272528f48b942a80024aeb9b625d99cfe3f0f44;hp=b02798067efa981489382f1cd8be556ad3c8325e;hpb=99ca90bf28a25fcd1cd84596c37be43c97f74e6e;p=helm.git diff --git a/helm/software/matita/contribs/formal_topology/bin/Makefile b/helm/software/matita/contribs/formal_topology/bin/Makefile index b02798067..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 - ocamlc -g -rectypes -o theory_explorer unix.cma theory_explorer.ml +comb: comb.ml + ocamlfind ocamlopt -g -linkpkg -package ocamlgraph,unix -o comb comb.ml