diff --git a/Makefile b/Makefile index 152af0e7..ed31981f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,12 @@ +run: + go run ./src + +debug: + go run ./src -v + +trace: + go run ./src -vv + setup: go get ./... go install github.com/dmarkham/enumer@latest @@ -14,4 +23,4 @@ update: go mod tidy lint: - golangci-lint run \ No newline at end of file + golangci-lint run