mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: makefile
This commit is contained in:
parent
b64ba8fbcd
commit
1f275c21d0
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -13,6 +13,9 @@ clean:
|
||||||
protoc-gen:
|
protoc-gen:
|
||||||
FORCE_GENPROTO=true dune build @lint
|
FORCE_GENPROTO=true dune build @lint
|
||||||
|
|
||||||
|
update-submodules:
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@dune build @fmt --auto-promote
|
@dune build @fmt --auto-promote
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue