diff --git a/Makefile b/Makefile index 4291a68f..f6d2cc6d 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ clean: protoc-gen: FORCE_GENPROTO=true dune build @lint +update-submodules: + git submodule update --init + format: @dune build @fmt --auto-promote