From 65d903778877f261c3f6d9a1f9d24aa7995b191e Mon Sep 17 00:00:00 2001 From: kingecg Date: Mon, 23 Jun 2025 23:46:48 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BB=8E=20Makefile=20=E4=B8=AD?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 Makefile 中的冗余项,简化了文件结构 - 保留了必要的架构定义、版本信息和目标设置 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 828114e..c5d6625 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -Makefile ARCHS := linux-amd64 linux-arm64 darwin-amd64 VERSION ?= $(shell git describe --tags --always) all: $(ARCHS)