@@ -0,0 +1,6 @@
GO ?= go
EXECUTABLE := gitea-mcp
.PHONY: build
build:
$(GO) build -v -ldflags '-s -w' -o $(EXECUTABLE)
The note is not visible to the blocked user.