X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FproofChecker%2FMakefile;h=aada8a03066a070dc3e32f94cfa50d1f0c7c5f4c;hb=dc9aab4ebfab88492cbaef935c79221f648d8313;hp=107d5699e4295fe025c1470fe18ace5aab84d55e;hpb=607981b32c8ad0990d1f30c855eea17e2c1a31a3;p=helm.git diff --git a/helm/proofChecker/Makefile b/helm/proofChecker/Makefile index 107d5699e..aada8a030 100644 --- a/helm/proofChecker/Makefile +++ b/helm/proofChecker/Makefile @@ -1,5 +1,5 @@ BIN_DIR = /usr/local/bin -REQUIRES = helm-cic_proof_checking +REQUIRES = helm-cic_proof_checking http PREDICATES = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -g