]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/ocaml/test/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / ocaml / test / Makefile.am
index 58be30f90df2913b1285181856d71c4172b4a2c1..95f83fa79936ad4ab82b7bf40015e48f7022a669 100644 (file)
@@ -19,6 +19,7 @@ endif
 
 test: test.ml $(CMA) $(INIT_CMO)
        $(OCAMLC) -o $@ -linkpkg $(OCAMLC_FLAGS) $(CMA) $(INIT_CMO) $<
+
 test.opt: test.ml $(CMXA) $(INIT_CMX)
        $(OCAMLOPT) -o $@ -linkpkg $(OCAMLC_FLAGS) $(CMXA) $(INIT_CMX) $<