summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSon Ho2022-10-27 12:12:29 +0200
committerSon HO2022-10-27 12:58:47 +0200
commit4671daa0899d3c897cb28baeb5e62b2486fbeba7 (patch)
tree27742cf37811f8515976a3eb33cd43424c9ad4f9 /Makefile
parent5cdea01dea654713b887017efe80e620f8e14932 (diff)
Reformat the code
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: \