summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-07-08 10:27:23 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-07-08 10:27:23 +0200
commit3b647cab0d3ac143b97524e6b0a406c349898db5 (patch)
tree6f22cf4916a5096b193df73f242dcb64edb54b56 /Makefile
parent3f53be86214bb9a7873a6cf3377c49e5f84d9729 (diff)
downloadscade-analyzer-3b647cab0d3ac143b97524e6b0a406c349898db5.tar.gz
scade-analyzer-3b647cab0d3ac143b97524e6b0a406c349898db5.zip
Implement stand-alone EDDs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e5d01a..a6cc2d8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ SRC= main.ml \
abstract/apron_domain.ml \
abstract/num_domain.ml \
abstract/enum_domain.ml \
+ abstract/enum_domain_edd.ml \
\
abstract/formula.ml \
abstract/formula_printer.ml \