]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/Makefile
Reviving last algorithm (before Summer 2017), conceptually easy but no measure yet
[fireball-separation.git] / ocaml / Makefile
index b56c3069aab3b9e1de417ba277f013403e2816b6..d03a4a156e568d6cdda17b957ec5887f20d45620 100644 (file)
@@ -16,6 +16,9 @@ sat.out: $(UTILS) lambda4.cmx sat.ml
 test4.out: $(UTILS) lambda4.cmx test.ml
        $(OCAMLC) -o test4.out $(LIB) $^
 
+andrea.out: $(UTILS) andrea9.ml
+       $(OCAMLC) -o andrea.out $(LIB) $(UTILS) andrea9.ml
+
 %.cmi: %.mli
        $(OCAMLC) -c $<