From: acondolu Date: Thu, 13 Jul 2017 18:34:50 +0000 (+0200) Subject: Remove FORCE option in Makefile X-Git-Tag: weak-reduction-separation~47 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=60e1169830d147201e709bc1b07bb2edfe075786;p=fireball-separation.git Remove FORCE option in Makefile (cherry picked from commit 6ba14f58fa4c8f93fc2a398bdee030cd2217adea) --- 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) $^