From 6f6ff0e39eb6d771ef5336394079646ccdc18bd5 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 7 Nov 2017 15:44:40 +0100 Subject: Use Zarith instead of Num for computing numbers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5dbb9a0..cdda759 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OCAMLBUILD ?= ocamlbuild -PACKAGES=dynlink,num,curses,camlzip,ezxmlm,text,str,menhirLib +PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith PATHS=.,odf MENHIR=-use-menhir @@ -18,7 +18,7 @@ stub: $(MAKE) -C stub LIB=$(LIB) deps: - opam install ocamlbuild curses camlzip ezxmlm ounit text menhir + opam install ocamlbuild curses camlzip ezxmlm ounit text menhir zarith byte: stub $(OCAMLBUILD) -pkgs $(PACKAGES) $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS) main.byte -- cgit v1.2.3