diff options
author | Son Ho | 2024-03-28 17:15:21 +0100 |
---|---|---|
committer | Son Ho | 2024-03-28 17:15:21 +0100 |
commit | 4a2bd6819685ae9aa83b634fd47018064d985321 (patch) | |
tree | 119f70ca13f9fa1408fa35d8ed9cdf2a42e68852 | |
parent | 64666edb3c10cd42e15937ac4038b83def630e35 (diff) |
Update the format rule in the Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ verify: # Reformat the project .PHONY: format format: - cd compiler && dune promote + cd compiler && dune build @fmt --auto-promote # The commands to run Charon to generate the .llbc files ifeq (, $(REGEN_LLBC)) |