.PHONY: run test lint build run: go run ./cmd/api test: go test ./... build: go build ./cmd/api