From 754713ed399110d5a199653a684d65cbe258bf5d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 9 Feb 2018 09:33:12 +0100 Subject: Update dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a412946..e2b7e3f 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OCAMLBUILD ?= ocamlbuild -PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith,base +PACKAGES=dynlink,curses,camlzip,xmlm,text,str,menhirLib,zarith,base PATHS=src,src/odf,src/tree,src/expressions MENHIR=-use-menhir @@ -18,7 +18,7 @@ stub: $(MAKE) -C stub LIB=$(LIB) deps: - opam install ocamlbuild curses camlzip ezxmlm ounit text menhir zarith base + opam install ocamlbuild curses camlzip xmlm ounit text menhir zarith base byte: stub $(OCAMLBUILD) -pkgs $(PACKAGES) $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS) main.byte -- cgit v1.2.3