summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8e3983..a4b8953 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,12 @@ all:
start:
./virtigo --start jcarr
+curl-uptime:
+ curl --silent http://localhost:8080/uptime
+
+curl-droplets:
+ curl --silent http://localhost:8080/droplets
+
# this is for release builds using the go.mod files
release-build:
@echo ${REDOMOD}