From bc029369df3f9435b46936963978403c923cd8ea Mon Sep 17 00:00:00 2001 From: Jaap Boender Date: Thu, 7 Jul 2016 10:44:46 +0100 Subject: [PATCH] Added target to fix make errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4da40d9..32a98ab 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ result.ml: which_result.ml cp `ocaml which_result.ml` result.ml .PHONY: byte -byte: result.ml +byte result.cma: result.ml ocamlc -c result.ml ocamlc -a -o result.cma result.cmo