Fix makefile version flag
This commit is contained in:
parent
041943c441
commit
592752435c
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ GOTOOLS = github.com/mitchellh/gox \
|
||||||
github.com/rigelrozanski/shelldown/cmd/shelldown
|
github.com/rigelrozanski/shelldown/cmd/shelldown
|
||||||
TUTORIALS=$(shell find docs/guide -name "*md" -type f)
|
TUTORIALS=$(shell find docs/guide -name "*md" -type f)
|
||||||
|
|
||||||
LINKER_FLAGS:="-X github.com/tendermint/basecoin/client/commands.CommitHash=`git rev-parse --short HEAD`"
|
LINKER_FLAGS:="-X github.com/cosmos/cosmos-sdk/client/commands.CommitHash=`git rev-parse --short HEAD`"
|
||||||
|
|
||||||
all: get_vendor_deps install test
|
all: get_vendor_deps install test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue