blob: 7f9f007ecf99de04dccd23c7a4f90f9bddf526c3 [file] [log] [blame]
# Copyright 2017 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
up-dev:
gae.py upload -A luci-notify-dev
test:
go test ./...
# Used mostly for .proto files.
generate:
go generate ./...