From 098ac444e731d7674d8910264ae58fb876618a5a Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 24 Nov 2017 13:46:00 +0100 Subject: Move function in their own modules --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4be3178..f6cb2b5 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OCAMLBUILD ?= ocamlbuild -PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith +PACKAGES=dynlink,curses,camlzip,ezxmlm,text,str,menhirLib,zarith,base PATHS=src,src/odf MENHIR=-use-menhir @@ -18,7 +18,7 @@ stub: $(MAKE) -C stub LIB=$(LIB) deps: - opam install ocamlbuild curses camlzip ezxmlm ounit text menhir zarith + opam install ocamlbuild curses camlzip ezxmlm ounit text menhir zarith base byte: stub $(OCAMLBUILD) -pkgs $(PACKAGES) $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS) main.byte -- cgit v1.2.3