diff --git a/Makefile b/Makefile index f769d8f1..4291a68f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: @dune clean protoc-gen: - FORCE_GENPROTO=true @dune build @lint + FORCE_GENPROTO=true dune build @lint format: @dune build @fmt --auto-promote