From 858ea9f9cf654b9952de19b8bea13d0bb56605ba Mon Sep 17 00:00:00 2001 From: dragon Date: Fri, 21 Nov 2025 08:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 300144c..cceab4c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ dist/gitea-pages-$(GOOS)-$(GOARCH).tar.gz: $(shell find . -type f -name "*.go" rm -f $(GO_DIST_NAME) gitea-pages: $(shell find . -type f -name "*.go" ) go.mod go.sum - @CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o $@ . + @CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o $@ ./cmd/server .PHONY: debug debug: gitea-pages