diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-04-08 17:26:07 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-04-08 17:26:07 -0700 |
commit | f0bee440b2fcc3d85b24320d1e91903993000442 (patch) | |
tree | 7a2964ee8ea4fd71abc5a5157664d6e3a7b07894 /tools/govanity | |
parent | Redirect go code to github.com (diff) | |
download | world-f0bee440b2fcc3d85b24320d1e91903993000442.tar.gz |
Add a new target to the Makefile.
Add a target to open the console.
Diffstat (limited to 'tools/govanity')
-rw-r--r-- | tools/govanity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/govanity/Makefile b/tools/govanity/Makefile index 939497d..e9ffe64 100644 --- a/tools/govanity/Makefile +++ b/tools/govanity/Makefile @@ -2,5 +2,8 @@ deploy: gcloud -q app deploy --project=fcuny-govanity +.PHONY: console + gcloud -q app open-console --project=fcuny-govanity + .PHONY: all all: deploy |