go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/bisection/Makefile (about)

     1  GAE_PY = ../../../../../luci/appengine/components/tools/gae.py
     2  
     3  default: help
     4  
     5  help:
     6  	@echo "Available commands:"
     7  	@sed -n '/^[a-zA-Z0-9_]*:/s/:.*//p' <Makefile
     8  
     9  format:
    10  	gofmt -s -w .
    11  
    12  test:
    13  	go test ./...
    14  
    15  deploy:
    16  	$(GAE_PY) upload --target-version ${USER} -A luci-bisection-dev