summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f01a705..72877e1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ all: install
@echo build worked
virtigo list droplets
virtigo list droplets --on
+ virtigo droplet start --name coriolis
+ virtigo droplet show --name coriolis
build: goimports vet
GO111MODULE=off go build \