blob: 719513223ffaceacd06ffc8efbc032e56e45ade0 [file] [log] [blame]
GAE_PY = ../../../../../luci/appengine/components/tools/gae.py
default: help
help:
@echo "Available commands:"
@sed -n '/^[a-zA-Z0-9_]*:/s/:.*//p' <Makefile
format:
gofmt -s -w .
test:
go test ./...
deploy:
$(GAE_PY) upload --target-version ${USER} -A luci-bisection-dev