From 8693aedd692a6e40fcd25def84205355c041ac9a Mon Sep 17 00:00:00 2001 From: zu1k Date: Fri, 17 Jul 2020 11:07:45 +0800 Subject: [PATCH] update makefile --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile b/Makefile index e1127a0..40421fd 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,23 @@ GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/zu1k/nali/constant.Versi PLATFORM_LIST = \ darwin-amd64 \ + linux-386 \ linux-amd64 \ + linux-armv5 \ + linux-armv6 \ + linux-armv7 \ + linux-armv8 \ + linux-mips-softfloat \ + linux-mips-hardfloat \ + linux-mipsle-softfloat \ + linux-mipsle-hardfloat \ + linux-mips64 \ + linux-mips64le \ + freebsd-386 \ freebsd-amd64 WINDOWS_ARCH_LIST = \ + windows-386 \ windows-amd64 all: linux-amd64 darwin-amd64 windows-amd64 # Most used