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

     1  # Copyright 2017 The LUCI Authors. All rights reserved.
     2  # Use of this source code is governed under the Apache License, Version 2.0
     3  # that can be found in the LICENSE file.
     4  
     5  projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
     6  
     7  up-dev:
     8  	gae.py upload -A luci-notify-dev
     9  
    10  test:
    11  	go test ./...
    12  
    13  # Used mostly for .proto files.
    14  generate:
    15  	go generate ./...