From 3ef92af69228de93afe30d74fc65aa92d6f033d3 Mon Sep 17 00:00:00 2001 From: lin_hl Date: Sat, 25 Oct 2025 11:11:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9makefile=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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 f3a1cb3..97126fc 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ GOCLEAN=$(GOCMD) clean GOTEST=$(GOCMD) test GOGET=$(GOCMD) get -BINARY_NAME=main +BINARY_NAME=memobus_relay_server all: test build build: