about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-04-08 17:26:07 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-04-08 17:26:07 -0700
commitf0bee440b2fcc3d85b24320d1e91903993000442 (patch)
tree7a2964ee8ea4fd71abc5a5157664d6e3a7b07894
parentRedirect go code to github.com (diff)
downloadworld-f0bee440b2fcc3d85b24320d1e91903993000442.tar.gz
Add a new target to the Makefile.
Add a target to open the console.
-rw-r--r--tools/govanity/Makefile3
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