Browse Source
Update Makefile
Co-authored-by: Sergio Mena <sergio@informal.systems>
pull/8065/head
William Banfield
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -92,7 +92,7 @@ proto-gen: |
|
|
|
@$(DOCKER_PROTO_BUILDER) buf generate --template=./buf.gen.yaml --config ./buf.yaml |
|
|
|
.PHONY: proto-gen |
|
|
|
|
|
|
|
# Should be removed when work on ABCI++ is complete.
|
|
|
|
# TODO: Should be removed when work on ABCI++ is complete.
|
|
|
|
# For more information, see https://github.com/tendermint/tendermint/issues/8066
|
|
|
|
abci-proto-gen: |
|
|
|
./scripts/abci-gen.sh |
|
|
|