diff options
| author | Brian Campbell | 2018-07-10 16:50:06 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-07-10 17:15:51 +0100 |
| commit | 497c8bf636619988203f8a868806fb04903db2dd (patch) | |
| tree | 58862858725c130c9e5e7c168d729ccde4f4e161 /aarch64 | |
| parent | 6bc52192841d712cb8d582841b0a73d2b7f59df6 (diff) | |
Make HOL build properly again for all of the models
Diffstat (limited to 'aarch64')
| -rwxr-xr-x | aarch64/mono/demo/mk.hol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/mono/demo/mk.hol b/aarch64/mono/demo/mk.hol index 3aa142a3..d55f2289 100755 --- a/aarch64/mono/demo/mk.hol +++ b/aarch64/mono/demo/mk.hol @@ -7,5 +7,5 @@ set -ex -lem -lem_mwords -lem_sequential -lem_lib Aarch64_extras -o aarch64_mono # Explicitly include replacement prompt files, as Lem's choice of file depends # on some internal dependency ordering -lem -hol -outdir . -lib ../../../lib/hol ../../../lib/hol/sail2_prompt_monad.lem ../../../lib/hol/sail2_prompt.lem -lib ../../../src/gen_lib/ -lib ../../../src/lem_interp ../aarch64_extras.lem aarch64_mono_types.lem aarch64_mono.lem +lem -hol -outdir . -lib ../../../lib/hol -i ../../../lib/hol/sail2_prompt_monad.lem -i ../../../lib/hol/sail2_prompt.lem -lib ../../../src/gen_lib/ -lib ../../../src/lem_interp ../aarch64_extras.lem aarch64_mono_types.lem aarch64_mono.lem Holmake |
