diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-30 15:45:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-30 15:45:28 +0200 |
commit | 93d924bb1017dc26a9735801e1b7f8b7a3f4ef2c (patch) | |
tree | 4ed81458db78bd851a6643230c953dceb3614de8 /Makefile | |
parent | 2a415b74b05644d9fa6023b66c6563484c787b8d (diff) | |
download | scade-analyzer-93d924bb1017dc26a9735801e1b7f8b7a3f4ef2c.tar.gz scade-analyzer-93d924bb1017dc26a9735801e1b7f8b7a3f4ef2c.zip |
Refactor some stuff (this code sould be re-read.)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ SRC= main.ml \ abstract/num_domain.ml \ abstract/enum_domain.ml \ abstract/enum_domain_edd.ml \ + abstract/abs_domain.ml \ \ abstract/formula.ml \ abstract/formula_printer.ml \ |