From e636947dd964eb849cfeff528fe43a85fee7583a Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Wed, 13 Dec 2017 20:38:24 +0000 Subject: Cleanup code by fixing compiler warnings, and fix ocaml compilation Add the ast.sed script we need to build sail. Currently we just need this to fix up the locations in the AST but it will be removed once we can share locations between ocaml and lem. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index aa7c0f95..a39067b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -264,6 +264,7 @@ clean: -rm -rf lem lib -rm -rf sail.docdir -rm -f ast.ml + -rm -f ast.lem doc: ocamlbuild sail.docdir/index.html -- cgit v1.2.3