X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2FMakefile;fp=ocaml%2FMakefile;h=6ff0e021614219c3fe0158d5de9a893aaa415f47;hb=382508ec4c624977ad2950cbe0e9ae26ce7e41c8;hp=3310c6e6e827a3511fb647d35743c195e6cf5ac6;hpb=e4aa4a66dd0a4946607245a0f43eab803f2770c4;p=fireball-separation.git diff --git a/ocaml/Makefile b/ocaml/Makefile index 3310c6e..6ff0e02 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -13,12 +13,6 @@ test.out: $(UTILS) lambda3.cmx test1.ml test34.out: $(UTILS) lambda3.cmx lambda4.cmx test.ml $(OCAMLC) -o test34.out $(LIB) $^ -andrea.out: $(UTILS) a.out andrea6.ml - $(OCAMLC) -o andrea.out $(LIB) $(UTILS) andrea6.ml - -#test2.out: $(UTILS) lambda3.ml test2.ml andrea -# ocamlc -o test2.out $(LIB) $(UTILS) lambda3.ml andrea4.ml test2.ml - %.cmi: %.mli $(OCAMLC) -c $<