From 88ecd2d5f2b27a09060313fd29fd087b92e6166e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 30 Jun 2014 17:43:06 +0200 Subject: Implement chaotic iterations on EDDs. Global widening is missing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3e5391..87a438c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all: $(BIN) $(BIN): $(SRC) ocamlbuild -Is $(SRCDIRS) -cflags '-I +zarith -I +apron -I +gmp -I +str' \ - -lflags '-I +zarith -I +apron -I +gmp -I +str str.cmxa zarith.cmxa bigarray.cmxa gmp.cmxa apron.cmxa polkaMPQ.cmxa' \ + -lflags '-I +zarith -I +apron -I +gmp -I +str str.cmxa zarith.cmxa bigarray.cmxa gmp.cmxa apron.cmxa polkaMPQ.cmxa unix.cmxa' \ main.native mv main.native $(BIN) -- cgit v1.2.3