ipld-eth-server/vendor/github.com/status-im/keycard-go/Makefile

8 lines
62 B
Makefile
Raw Normal View History

2019-04-11 18:19:10 +00:00
.PHONY: test
deps:
go get -t ./...
test:
go test -v ./...