mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 05:41:21 +00:00
Cleaned up build process, moved codegen to separate package in go-wire
This commit is contained in:
7
Makefile
7
Makefile
@ -25,11 +25,12 @@ ensure_tools:
|
|||||||
go get $(GOTOOLS)
|
go get $(GOTOOLS)
|
||||||
|
|
||||||
prepgen: install
|
prepgen: install
|
||||||
cd ../go-wire && make tools
|
|
||||||
go install ./vendor/github.com/btcsuite/btcutil/base58
|
go install ./vendor/github.com/btcsuite/btcutil/base58
|
||||||
go install ./vendor/github.com/stretchr/testify/assert
|
go install ./vendor/github.com/stretchr/testify/assert
|
||||||
go install ./vendor/github.com/stretchr/testify/require
|
go install ./vendor/github.com/stretchr/testify/require
|
||||||
go install ./vendor/golang.org/x/crypto/bcrypt
|
go install ./vendor/golang.org/x/crypto/bcrypt
|
||||||
|
|
||||||
codegen: prepgen
|
codegen:
|
||||||
gen
|
@echo "--> regenerating all interface wrappers"
|
||||||
|
@gen
|
||||||
|
@echo "Done!"
|
||||||
|
Reference in New Issue
Block a user