]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/Makefile
Initial commit from my pc
[fireball-separation.git] / ocaml / Makefile
index 3310c6e6e827a3511fb647d35743c195e6cf5ac6..b97d5afaef0e79f57d20bd836a7cf7a6ba39386e 100644 (file)
@@ -13,8 +13,8 @@ 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
+andrea.out: $(UTILS) a.out andrea7.ml
+       $(OCAMLC) -o andrea.out $(LIB) $(UTILS) andrea7.ml
 
 #test2.out: $(UTILS) lambda3.ml test2.ml andrea
 #      ocamlc -o test2.out $(LIB) $(UTILS) lambda3.ml andrea4.ml test2.ml