X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2FMakefile;fp=ocaml%2FMakefile;h=f54b103d0713a21d5745a268d5418bb91b7fbdef;hb=60e1169830d147201e709bc1b07bb2edfe075786;hp=b44d9c51460cc62e1f8c130c185c59d5d2a12c01;hpb=a4343ff06595215e65679cf255ba7934193dcfe3;p=fireball-separation.git diff --git a/ocaml/Makefile b/ocaml/Makefile index b44d9c5..f54b103 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -5,11 +5,9 @@ UTILS = parser.cmx console.cmx listx.cmx util.cmx pure.cmx num.cmx all: a.out test4.out # test.out -run: FORCE test4.out +run: test4.out bash run -FORCE: - a.out: $(UTILS) lambda4.cmx problems.cmx $(OCAMLC) -o a.out $(LIB) $^