summaryrefslogtreecommitdiff
path: root/aarch64_small/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64_small/Makefile')
-rw-r--r--aarch64_small/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/aarch64_small/Makefile b/aarch64_small/Makefile
index c1751a45..43685ccb 100644
--- a/aarch64_small/Makefile
+++ b/aarch64_small/Makefile
@@ -23,8 +23,8 @@ 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 $^
+armV8.axiomatic_model: $(SOURCES)
+ $(SAIL) $(SAILFLAGS) -axiomatic $^
for-rmem/armV8.lem: $(SOURCES)
mkdir -p $(dir $@)