blob: b18f174a95f282862003c6827ed6ab4230865836 [file] [log] [blame]
KGO := CGO_ENABLED=0 GOOS=linux go build
.PHONY: default
default: sk
.PHONY: test
test:
go test ./go/... -v
.PHONY: sk
sk:
go install -v ./go/sk
.PHONY: mocks
mocks:
bazel run //:go -- generate ./...