keycard-go/Makefile
2021-09-11 18:13:56 +02:00

10 lines
77 B
Makefile

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