X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Ftutors%2FMakefile;h=fed96f9668c848a4a02d93ed5e96246f4b73eee8;hb=c5dc22667edabecbd927a24495fee12bc823f387;hp=a585b0c38b30f186f635dda58ff0a7b4ab3e8d58;hpb=cab4eba3c7da115ecc1973d989b321b46835e1eb;p=helm.git diff --git a/helm/hbugs/tutors/Makefile b/helm/hbugs/tutors/Makefile index a585b0c38..fed96f966 100644 --- a/helm/hbugs/tutors/Makefile +++ b/helm/hbugs/tutors/Makefile @@ -6,6 +6,7 @@ COMMONOPTS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" OCAMLFIND = ocamlfind OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS) OCAMLOPT = $(OCAMLFIND) opt $(COMMONOPTS) +OCAMLDEP = $(OCAMLFIND) ocamldep -package "$(REQUIRES)" LINK_OPTIONS = -thread -package threads -linkpkg TUTORS_TEMPLATE = hbugs_tutor.TPL.ml TUTORS_INDEX = INDEX.xml @@ -52,4 +53,5 @@ clean: distclean: clean rm -f run/* .PHONY: all world byte opt clean start stop +.PRECIOUS: %.cmi