diff options
| author | Kathy Gray | 2015-04-08 11:36:24 +0100 |
|---|---|---|
| committer | Kathy Gray | 2015-04-08 11:36:24 +0100 |
| commit | 0af8d6df5c183bc50faa39d04e6c312ba5bfb9c1 (patch) | |
| tree | cb95f9dece66c6169c74687a62a3e4beef4f26dc /src/Makefile | |
| parent | 65143889fd90734e3bb8a490418c6800922bef61 (diff) | |
makefile changes to keep up with lem ocaml-lib changes
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index de899586..34b58c6d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ test: sail interpreter ./run_tests.native LEM = ~/bitbucket/lem/lem -LEMLIBOCAML = ~/bitbucket/lem/ocaml-lib/_build/ +LEMLIBOCAML = ~/bitbucket/lem/ocaml-lib/ install_elf: cp -p ../../system-v-abi/src/*.lem elf_model/ |
