summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index d1e29d06..68ad408f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -49,8 +49,8 @@ all: sail lib doc
full: sail lib power doc test
-ast.ml: ast.ott
- ott -sort false -generate_aux_rules true -o ast.ml -picky_multiple_parses true ast.ott
+ast.ml: ../language/l2.ott
+ ott -sort false -generate_aux_rules true -o ast.ml -picky_multiple_parses true ../language/l2.ott
sail: ast.ml
ocamlbuild sail.native