diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: \ |