diff --git a/Makefile b/Makefile index e24c9e5..1fa0a8d 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ default: build test install: "$(GOCMD)" mod download +run: + go run ./main.go + build: "$(GOCMD)" build ${GOFLAGS} ${LDFLAGS} -o "${BINARY}"