From 4cbcf71c54628b13e6ced99b4c9ce1edbd1bffe1 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Wed, 25 Oct 2017 15:50:58 +0100 Subject: Point sail/src makefile at ott file in language/ --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3