summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27d8ab7b..7d295974 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ verify: build tests
# Reformat the project
.PHONY: format
format:
- dune build @fmt && dune promote
+ cd compiler && dune promote
# Add specific options to some tests
trans-no_nested_borrows trans-paper: \