summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bauereiss2017-05-10 11:34:00 +0100
committerThomas Bauereiss2017-05-10 11:34:00 +0100
commit822fc696bb9b72a30b4711d15ecca61b666e3a93 (patch)
tree4fa800fbc72948f6bf7d76e34f1aa45c201e4a01
parentf9c4e2e6d3cf91e4ec2507a093857fd29a42c0c7 (diff)
Build Cheri_embed_types.thy together with Cheri_embed_sequential.thy
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 732c9688..be1eb9e5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -176,7 +176,7 @@ _build/cheri_embed_types.lem: $(CHERI_SAILS) ./sail.native
_build/Cheri_embed_sequential.thy: _build/cheri_embed_types.lem
cd _build ;\
- lem -isa -outdir . ../lem_interp/sail_impl_base.lem ../gen_lib/state.lem ../../mips/mips_extras_embed_sequential.lem cheri_embed_sequential.lem
+ lem -isa -outdir . ../lem_interp/sail_impl_base.lem ../gen_lib/state.lem ../../mips/mips_extras_embed_sequential.lem cheri_embed_types.lem cheri_embed_sequential.lem
_build/mips_all.sail: $(MIPS_SAILS)
cat $(MIPS_SAILS) > $@