This website requires JavaScript.
Explore
Help
Sign In
status-im
/
keycard-go
mirror of
https://github.com/status-im/keycard-go.git
Watch
2
Star
0
Fork
You've already forked keycard-go
0
Code
Issues
Projects
Releases
Wiki
Activity
7e337d802a
keycard-go
/
Makefile
10 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
update makefile
2019-03-18 21:14:13 +00:00
.PHONY
:
test
add Dockerfile for xgo cross platform building
2018-11-09 17:20:39 +00:00
add lib package and make task to build shared lib
2021-08-31 11:10:44 +00:00
GOBIN
=
./build
add Jenkinsfile for tests Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-27 12:17:25 +00:00
deps
:
go get -t ./...
build default task in Makefile
2019-02-15 15:32:37 +00:00
test
:
go
test
-v ./...