This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Removed obsolete file
pull/1782/head
Ethan Frey
8 years ago
parent
1e15c8f75b
commit
878c8b3a87
1 changed files
with
0 additions
and
22 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-22
keys/Makefile
+ 0
- 22
keys/Makefile
View File
@ -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
)
Write
Preview
Loading…
Cancel
Save