diff --git a/Makefile b/Makefile index 133b6e8..b599334 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ frontend: backend: $(GO_SOURCES) go build ./cmd/pomme -lint: +lint-backend: golangci-lint run --timeout=5m --out-format colored-line-number:stdout -.PHONY: lint \ No newline at end of file +.PHONY: lint-backend \ No newline at end of file