From 397f2878434d1a1a3ea2091f309ae03c58c6c4db Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 1 Nov 2017 10:40:44 +0100 Subject: Added splaytree --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec420a0..5dbb9a0 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OCAMLBUILD ?= ocamlbuild -PACKAGES=num,curses,camlzip,ezxmlm,text,str,menhirLib +PACKAGES=dynlink,num,curses,camlzip,ezxmlm,text,str,menhirLib PATHS=.,odf MENHIR=-use-menhir @@ -33,6 +33,9 @@ doc: test.byte: stub $(OCAMLBUILD) -pkgs $(PACKAGES),oUnit -cflag -g -lflag -g $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS),tests,tests/odf $@ +%.cmxs: stub + $(OCAMLBUILD) -use-ocamlfind -tags optimize\(3\) -pkgs $(PACKAGES) $(MENHIR) -Is $(PATHS) $@ + test: test.byte ./test.byte -- cgit v1.2.3