summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorThomas Bauereiss2017-09-02 19:57:27 +0100
committerThomas Bauereiss2017-09-02 19:57:27 +0100
commit5ebfb4532b163aa560e2a1855b117e926e33f2d8 (patch)
treec39f25a32510fe2cf6d60cddeccb5a635f95f2a7 /src/Makefile
parent4878a4706e276b8d1aa8a6808e88faeba7789049 (diff)
Add command line flags to toggle sequential monad and native machine words
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4147b10c..6cfcf874 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -173,7 +173,7 @@ _build/cheri_notlb.lem: $(CHERI_NOTLB_SAILS) ./sail.native
_build/cheri_embed_types_sequential.lem: $(CHERI_SAILS) ./sail.native
mkdir -p _build
cd _build ;\
- ../sail.native -lem_lib "Mips_extras_embed" -lem -o cheri $(CHERI_SAILS)
+ ../sail.native -lem_lib "Mips_extras_embed" -lem -lem_sequential -lem_mwords -o cheri $(CHERI_SAILS)
_build/Cheri_embed_sequential.thy: _build/cheri_embed_types_sequential.lem
cd _build ;\