From 6ba14f58fa4c8f93fc2a398bdee030cd2217adea Mon Sep 17 00:00:00 2001 From: acondolu Date: Thu, 13 Jul 2017 20:34:50 +0200 Subject: [PATCH] Remove FORCE option in Makefile --- ocaml/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) $^ -- 2.39.2