mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-16 05:37:17 +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)
|
||||
|
||||
prepgen: install
|
||||
cd ../go-wire && make tools
|
||||
go install ./vendor/github.com/btcsuite/btcutil/base58
|
||||
go install ./vendor/github.com/stretchr/testify/assert
|
||||
go install ./vendor/github.com/stretchr/testify/require
|
||||
go install ./vendor/golang.org/x/crypto/bcrypt
|
||||
|
||||
codegen: prepgen
|
||||
gen
|
||||
codegen:
|
||||
@echo "--> regenerating all interface wrappers"
|
||||
@gen
|
||||
@echo "Done!"
|
||||
|
||||
Reference in New Issue
Block a user