From a518461cd3541c167bb4327971bf3fa8ca9e6969 Mon Sep 17 00:00:00 2001 From: dylan <331506+macdylan@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:14:04 +0800 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5254d1b..e0e170d 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ dep: # Get the dependencies all: dep darwin-arm64 darwin-amd64 linux-amd64 linux-arm7 linux-arm6 win64 win32 @true -all-zip: +all-zip: all for p in darwin-arm64 darwin-amd64 linux-amd64 linux-arm7 linux-arm6 win64 win32; do \ zip -j $(DIST)$(PROJNAME)-$$p.zip $(DIST)$(PROJNAME)-$$p* README.md LICENSE; \ done