summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-06-30 17:43:06 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-06-30 17:43:06 +0200
commit88ecd2d5f2b27a09060313fd29fd087b92e6166e (patch)
treef7412fb04f42e7d3a2b2c719c4f472b7ce620034 /Makefile
parentc1e4836cd21b5707af927a916350e82c9fa7de11 (diff)
downloadscade-analyzer-88ecd2d5f2b27a09060313fd29fd087b92e6166e.tar.gz
scade-analyzer-88ecd2d5f2b27a09060313fd29fd087b92e6166e.zip
Implement chaotic iterations on EDDs. Global widening is missing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)