diff --git a/Makefile b/Makefile index 8771526..cd7b08f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ -// TODO: add commands for build and run in dev/produciton mode +# TODO: add commands for build and run in dev/produciton mode ROOT=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) +.PHONY: help confirm lint test format build run docker swagger watch migrate/status migrate/new migrate/up migrate/down + confirm: @echo -n 'Are you sure? [y/N] ' && read ans && [ $${ans:-N} = y ]