From 57a9a5b42e2e3dd25a0fb671286e8506906bdbd3 Mon Sep 17 00:00:00 2001 From: xugo Date: Sat, 14 Jun 2025 01:22:53 +0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 361925b..014cd84 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ build/local: -X main.gitHash=$(HASH_AND_DATE) \ -X main.buildTimeAt=$(shell date +%s) \ -X main.release=true \ - " -o=$(dir)/bin ./cmd/server + " -o=$(dir)/bin ./main.go @echo '>>> OK' ## build/linux: 构建 linux 应用