mirror of
https://github.com/c-cube/sidekick.git
synced 2026-05-05 17:04:39 -04:00
format
This commit is contained in:
parent
d9a0b66973
commit
990a1e6f69
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -27,6 +27,12 @@ clean:
|
|||
test:
|
||||
@dune runtest $(OPTS) --force --no-buffer
|
||||
|
||||
format:
|
||||
@dune build @fmt --auto-promote
|
||||
|
||||
format-check:
|
||||
@dune build @fmt --quiet
|
||||
|
||||
test-promote:
|
||||
@dune runtest $(OPTS) --force --no-buffer --auto-promote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue