summaryrefslogtreecommitdiff
path: root/aarch64_small
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64_small')
-rw-r--r--aarch64_small/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/aarch64_small/Makefile b/aarch64_small/Makefile
index fe4c5841..c1751a45 100644
--- a/aarch64_small/Makefile
+++ b/aarch64_small/Makefile
@@ -23,6 +23,9 @@ armV8.lem: $(SOURCES)
# also generates armV8_embed_sequential.lem, armV8_embed_types.lem, armV8_toFromInterp.lem
$(SAIL) $(SAILFLAGS) -lem -lem_lib ArmV8_extras_embed -o armV8 $^
+smt: $(SOURCES)
+ $(SAIL) $(SAILFLAGS) -smt $^
+
for-rmem/armV8.lem: $(SOURCES)
mkdir -p $(dir $@)
# We do not need the isabelle .thy files, but sail always generates them