mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
format
This commit is contained in:
parent
7e4a1adf83
commit
dbd23b2f7d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -12,6 +12,9 @@ clean:
|
|||
protoc-gen:
|
||||
@dune build @lint
|
||||
|
||||
format:
|
||||
@dune fmt
|
||||
|
||||
WATCH ?= @all
|
||||
watch:
|
||||
@dune build $(WATCH) -w $(OPTS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue