blob: e10a4ab6c33f4cdc743ed10cd10f6261bdda8487 [file] [log] [blame]
.PHONY: android_hashlookup
android_hashlookup:
go install -v ./android_hashlookup
.PHONY: packages
packages:
go install go.chromium.org/luci/client/cmd/isolate
go install -v ./...
.PHONY: testgo
testgo: protobuf
go test ./... -v -test.short
.PHONY: test
test: pdfium protobuf
go test ./... -v
.PHONY: all
all: packages android_hashlookup
.PHONY: pdfium
pdfium:
../pdfium/install_pdfium.sh
.PHONY: protobuf
protobuf:
go generate ./...