From 21da4b2eef2ccd0a9e7517d7053c1f041337e1d9 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 22 Apr 2024 14:30:24 +0800 Subject: [PATCH] fix: makefile typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9c8462..16f05c7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION=1.0.0 # The -w and -s flags reduce binary sizes by excluding unnecessary symbols and debug info # The -buildid= flag makes builds reproducible -all: linux macos-amd64 macos-arm64 win64 win32 +all: linux darwin-amd64 darwin-arm64 win64 win32 linux: GOARCH=amd64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@