mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
Removed obsolete file
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
GOTOOLS = \
|
||||
github.com/mitchellh/gox \
|
||||
github.com/Masterminds/glide
|
||||
|
||||
.PHONEY: all test install get_vendor_deps ensure_tools
|
||||
|
||||
all: install test
|
||||
|
||||
test:
|
||||
go test `glide novendor`
|
||||
|
||||
install:
|
||||
go install ./cmd/keys
|
||||
|
||||
get_vendor_deps: ensure_tools
|
||||
@rm -rf vendor/
|
||||
@echo "--> Running glide install"
|
||||
@glide install
|
||||
|
||||
ensure_tools:
|
||||
go get $(GOTOOLS)
|
||||
|
||||
Reference in New Issue
Block a user