mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -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:
|
protoc-gen:
|
||||||
@dune build @lint
|
@dune build @lint
|
||||||
|
|
||||||
|
format:
|
||||||
|
@dune fmt
|
||||||
|
|
||||||
WATCH ?= @all
|
WATCH ?= @all
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH) -w $(OPTS)
|
@dune build $(WATCH) -w $(OPTS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue