]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/Makefile
Moved andrea's stuff to its branch
[fireball-separation.git] / ocaml / Makefile
index 3310c6e6e827a3511fb647d35743c195e6cf5ac6..6ff0e021614219c3fe0158d5de9a893aaa415f47 100644 (file)
@@ -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 $<