mirror of https://github.com/status-im/consul.git
build: re-add proto-tools dep to make proto (#13223)
This commit is contained in:
parent
a82b5f3933
commit
35371ad697
|
@ -362,7 +362,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: proto
|
.PHONY: proto
|
||||||
proto:
|
proto: proto-tools
|
||||||
@$(SHELL) $(CURDIR)/build-support/scripts/protobuf.sh
|
@$(SHELL) $(CURDIR)/build-support/scripts/protobuf.sh
|
||||||
|
|
||||||
.PHONY: proto-format
|
.PHONY: proto-format
|
||||||
|
|
Loading…
Reference in New Issue