summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2024-03-28 17:15:21 +0100
committerSon Ho2024-03-28 17:15:21 +0100
commit4a2bd6819685ae9aa83b634fd47018064d985321 (patch)
tree119f70ca13f9fa1408fa35d8ed9cdf2a42e68852
parent64666edb3c10cd42e15937ac4038b83def630e35 (diff)
Update the format rule in the Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efedbf7f..98172fda 100644
--- a/Makefile
+++ b/Makefile
@@ -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))