X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=ocaml%2FMakefile;h=d03a4a156e568d6cdda17b957ec5887f20d45620;hb=9217a9c086c873ed7b1697bf53380945d2f1792a;hp=b56c3069aab3b9e1de417ba277f013403e2816b6;hpb=8fcb433208ce608350ea554dd1d92fa5a45fd463;p=fireball-separation.git diff --git a/ocaml/Makefile b/ocaml/Makefile index b56c306..d03a4a1 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -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 $<