diff options
| -rw-r--r-- | aarch64_small/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64_small/Makefile b/aarch64_small/Makefile index 43685ccb..b0a993ef 100644 --- a/aarch64_small/Makefile +++ b/aarch64_small/Makefile @@ -24,7 +24,7 @@ armV8.lem: $(SOURCES) $(SAIL) $(SAILFLAGS) -lem -lem_lib ArmV8_extras_embed -o armV8 $^ armV8.axiomatic_model: $(SOURCES) - $(SAIL) $(SAILFLAGS) -axiomatic $^ + $(SAIL) $(SAILFLAGS) -axiomatic -o armV8 $^ for-rmem/armV8.lem: $(SOURCES) mkdir -p $(dir $@) |
