diff --git a/Makefile b/Makefile index 6ab2ef2..c71b095 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,8 @@ run-image-debug: build-image-debug run-local:clean build @bin/$(BINAME) +debug-local: clean build + @dlv debug ./cmd/bot/. run-webapp: clean build @bin/$(BINAME)-webapp