diff options
| author | Alasdair Armstrong | 2017-09-14 15:55:28 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-09-14 15:55:28 +0100 |
| commit | bf509b250cf676e96e11ace54648f30e43848754 (patch) | |
| tree | f0add29f0b908e41c26220ab5af26be1c3ed53ae /src/Makefile | |
| parent | 59892ba3127112fd2c5c6b3cd93ab4f29502ebb2 (diff) | |
| parent | 4e7a568bb57337d41dda893044ed84b66e62752f (diff) | |
Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into experiments
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 6cfcf874..1bac0b71 100644 --- a/src/Makefile +++ b/src/Makefile @@ -177,7 +177,7 @@ _build/cheri_embed_types_sequential.lem: $(CHERI_SAILS) ./sail.native _build/Cheri_embed_sequential.thy: _build/cheri_embed_types_sequential.lem cd _build ;\ - lem -isa -outdir . ../lem_interp/sail_impl_base.lem ../gen_lib/state.lem $(MIPS_SAIL_DIR)/mips_extras_embed_sequential.lem cheri_embed_types_sequential.lem cheri_embed_sequential.lem + lem -isa -outdir . -lib ../lem_interp -lib ../gen_lib $(MIPS_SAIL_DIR)/mips_extras_embed_sequential.lem cheri_embed_types_sequential.lem cheri_embed_sequential.lem _build/mips_all.sail: $(MIPS_SAILS) cat $(MIPS_SAILS) > $@ |
