keycard-go/Makefile

8 lines
62 B
Makefile
Raw Normal View History

2019-03-18 22:14:13 +01:00
.PHONY: test
deps:
go get -t ./...
2019-02-15 16:32:37 +01:00
test:
go test -v ./...