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
Add Makefile
pull/1780/head
Jae Kwon
9 years ago
parent
035966d273
commit
4b67e9e9d2
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
Makefile
+ 12
- 0
Makefile
View File
@ -0,0 +1,12 @@
.PHONY
:
all
test
get_deps
all
:
test
get_deps
install
install
:
go install github.com/tendermint/tmsp/cmd/...
test
:
go
test
github.com/tendermint/tmsp/...
get_deps
:
go get -d github.com/tendermint/tmsp/...
Write
Preview
Loading…
Cancel
Save