.PHONY: test build clean lint test: go test -cover ./... build: go build -o bin/d3m0k1d.ru backend/main.go clean: rm -f bin/d3m0k1d.ru lint: golangci-lint run --fix