keycard-go/Makefile

10 lines
77 B
Makefile
Raw Normal View History

2019-03-18 21:14:13 +00:00
.PHONY: test
GOBIN=./build
deps:
go get -t ./...
2019-02-15 15:32:37 +00:00
test:
go test -v ./...