mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
chore: add make format
This commit is contained in:
parent
93a30366e1
commit
0fbfd9df43
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -15,6 +15,12 @@ test-autopromote:
|
|||
clean:
|
||||
@dune clean
|
||||
|
||||
format:
|
||||
@dune build @fmt --auto-promote
|
||||
|
||||
format-check:
|
||||
@dune build @fmt --ignore-promoted-rules
|
||||
|
||||
doc:
|
||||
@dune build @doc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue