X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FproofChecker%2FMakefile;h=af48d0a5d1e941ec7d45a6831a6192fdb5be17c4;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=107d5699e4295fe025c1470fe18ace5aab84d55e;hpb=daa3373748a896d0b5fc00c0d6b79f59e79a128d;p=helm.git diff --git a/helm/proofChecker/Makefile b/helm/proofChecker/Makefile index 107d5699e..af48d0a5d 100644 --- a/helm/proofChecker/Makefile +++ b/helm/proofChecker/Makefile @@ -1,7 +1,7 @@ BIN_DIR = /usr/local/bin -REQUIRES = helm-cic_proof_checking +REQUIRES = helm-cic_proof_checking http PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" +OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -g OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) OCAMLDEP = ocamldep