diff options
| author | Kathy Gray | 2014-08-21 13:50:42 +0100 |
|---|---|---|
| committer | Kathy Gray | 2014-08-21 13:50:42 +0100 |
| commit | f1654650da9a85a903cd2a316cd34531f37cbf60 (patch) | |
| tree | 75027cc3605097849dadd892be1498c6721c4e2b /src/myocamlbuild.ml | |
| parent | 82452259dbc2d9b3181daf7b894732bda9f427dd (diff) | |
Allow command line interface to exhaustively evaluate the next step, printing the events.
Note: this commit switches back to a standard lem build located in ~/bitbucket/lem/lem
Diffstat (limited to 'src/myocamlbuild.ml')
| -rw-r--r-- | src/myocamlbuild.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myocamlbuild.ml b/src/myocamlbuild.ml index 3d140828..5ba172cb 100644 --- a/src/myocamlbuild.ml +++ b/src/myocamlbuild.ml @@ -16,7 +16,7 @@ let split ch s = go s (* paths relative to _build *) -let lem_dir = "../../../../bitbucket-lem-for-sail/lem" ;; +let lem_dir = "../../../lem" ;; let lem_libdir = lem_dir / "ocaml-lib/_build" ;; let lem_lib = lem_libdir / "extract" ;; let lem = lem_dir / "lem" ;; |
