Skip to content

Commit 9c1e96b

Browse files
committed
Makefile: check that we use correct version of protoc and its deps
Signed-off-by: Markus Lehtonen <[email protected]>
1 parent c591268 commit 9c1e96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ FORCE:
8080
# build targets
8181
#
8282

83-
build-proto: $(PROTO_GOFILES)
83+
build-proto: check-protoc install-ttrpc-plugin install-wasm-plugin install-protoc-dependencies $(PROTO_GOFILES)
8484

8585
.PHONY: build-proto-dockerized
8686
build-proto-dockerized:

0 commit comments

Comments
 (0)