Sign in
skia
/
buildbot
/
d5d8e26b73db6fbeb1dc7ed9eb661c6a6c228628
/
.
/
sk
/
Makefile
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
./...