X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=4e78c8c14551e9081ea2156a684f442175ee3385;hb=83a4859b0a6fec3953dae70cd6177eecd850d012;hp=1401a16a672c170239ef8de23809b01c3156b3b7;hpb=79501fecaa51e1afff2ac940706b4490b368dc27;p=helm.git diff --git a/helm/software/components/ng_kernel/Makefile b/helm/software/components/ng_kernel/Makefile index 1401a16a6..4e78c8c14 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -23,6 +23,9 @@ OCAMLOPTIONS += -w Ae all: rt check %: %.ml $(PACKAGE).cma $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $< +all.opt opt: rt.opt check.opt +%.opt: %.ml $(PACKAGE).cmxa + $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $< include ../../Makefile.defs