keycard-go/Makefile

10 lines
77 B
Makefile

.PHONY: test
GOBIN=./build
deps:
go get -t ./...
test:
go test -v ./...