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
Makefile: add 'build' target
pull/1780/head
Tzu-Jung Lee
8 years ago
parent
aae3c91e88
commit
c65bb21a51
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+ 4
- 1
Makefile
View File
@ -1,4 +1,4 @@
.PHONY
:
all
test
fmt
lint
get_deps
.PHONY
:
all
build
test
fmt
lint
get_deps
all
:
protoc
install
test
@ -10,6 +10,9 @@ protoc:
install
:
@ go install github.com/tendermint/abci/cmd/...
build
:
@ go build -i github.com/tendermint/abci/cmd/...
test
:
@ go
test
`
${
NOVENDOR
}
`
@ bash tests/test.sh
Write
Preview
Loading…
Cancel
Save