build: 从 Makefile 中移除冗余项

- 删除了 Makefile 中的冗余项,简化了文件结构
- 保留了必要的架构定义、版本信息和目标设置
This commit is contained in:
kingecg 2025-06-23 23:46:48 +08:00
parent 8334efebd4
commit 65d9037788
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
Makefile
ARCHS := linux-amd64 linux-arm64 darwin-amd64
VERSION ?= $(shell git describe --tags --always)
all: $(ARCHS)