Loading Makefile +4 −2 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ default help: @echo " proto Generate the protocol buffer implementation files." @echo " release Build production release(s). Runs dependent rules." @echo " run Run development version of the server with the race detector." @echo " docker Build local docker image and tag it with the version." @echo " dockerpush Push the local docker image to Docker Hub." @echo " test Execute all development tests." @echo " vet Perform static error checks against the source.\n" Loading Loading @@ -132,7 +134,7 @@ dbstart: .PHONY: dbstop dbstop: ${COCKROACH} quit ${COCKROACH} quit --insecure .PHONY: dbsetup dbsetup: Loading Loading
Makefile +4 −2 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ default help: @echo " proto Generate the protocol buffer implementation files." @echo " release Build production release(s). Runs dependent rules." @echo " run Run development version of the server with the race detector." @echo " docker Build local docker image and tag it with the version." @echo " dockerpush Push the local docker image to Docker Hub." @echo " test Execute all development tests." @echo " vet Perform static error checks against the source.\n" Loading Loading @@ -132,7 +134,7 @@ dbstart: .PHONY: dbstop dbstop: ${COCKROACH} quit ${COCKROACH} quit --insecure .PHONY: dbsetup dbsetup: Loading