]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
Fix name capture in cofix.
[helm.git] / helm / software / components / ng_kernel / Makefile
index 1401a16a672c170239ef8de23809b01c3156b3b7..4e78c8c14551e9081ea2156a684f442175ee3385 100644 (file)
@@ -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