This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gitea-mcp/Makefile
2025-03-16 00:21:29 +08:00

6 lines
104 B
Makefile

GO ?= go
EXECUTABLE := gitea-mcp
.PHONY: build
build:
$(GO) build -v -ldflags '-s -w' -o $(EXECUTABLE)