summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-07-03 14:36:20 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-07-03 14:36:20 +0200
commit79bf56c809e727ed763e698386163706be2db0a7 (patch)
tree44abbe49e3591fc5ebf7e355c0b7778684eb6685 /Makefile
parent82f267be66c1932365bb52b42f54ef03b4211081 (diff)
downloadscade-analyzer-79bf56c809e727ed763e698386163706be2db0a7.tar.gz
scade-analyzer-79bf56c809e727ed763e698386163706be2db0a7.zip
Add ABRO example ; correct interpret bug.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87a438c..3e5d01a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,8 @@ 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 unix.cmxa' \
- main.native
+ main.native \
+ -classic-display
mv main.native $(BIN)
clean: