diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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} |
