diff options
| author | Alasdair Armstrong | 2017-10-25 15:50:58 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-10-25 15:50:58 +0100 |
| commit | 4cbcf71c54628b13e6ced99b4c9ce1edbd1bffe1 (patch) | |
| tree | 300757aeddde980cd641fd3d39240b0279683907 /src/Makefile | |
| parent | be87b5725853038123f2d6b5a04eb159a46f865c (diff) | |
Point sail/src makefile at ott file in language/
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
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 |
