blob: a804cde770a4ceeb53d256ab25939b0977ebaf4e [file] [log] [blame]
.PHONY: android_hashlookup
android_hashlookup:
go install -v ./android_hashlookup
.PHONY: packages
packages:
go install -v ./...
.PHONY: testgo
testgo: protobuf
go test ./... -v -test.short
.PHONY: test
test: protobuf
go test ./... -v
.PHONY: all
all: packages android_hashlookup
.PHONY: protobuf
protobuf:
go generate ./...
.PHONY: mocks
mocks:
go generate ./...