From e1f2c90b06fabb13b3c9dfb36f3cb23efea6655b Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Sun, 28 Dec 2025 22:48:04 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7cd000..c60f4aa 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ download: download-core download-records generate-docs: @echo "Generating docs..." - @GOOS= GOARCH= go run github.com/swaggo/swag/cmd/swag@latest init -g ./cmd/mtranserver/main.go -o ./internal/docs + @GOOS= GOARCH= go run github.com/swaggo/swag/cmd/swag@latest init -d ./cmd/mtranserver,./internal/handlers,./internal/models -g main.go -o ./internal/docs @echo "Docs generated successfully" build-ui: