mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-03 01:58:12 +00:00
makefile: add arm64 to default build
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ GO := go
|
||||
src = $(wildcard *.go)
|
||||
|
||||
native: bin-native
|
||||
all: bin-linux-amd64 bin-linux-386 bin-linux-arm \
|
||||
all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \
|
||||
bin-linux-mips bin-linux-mipsle bin-linux-mips64 bin-linux-mips64le \
|
||||
bin-freebsd-amd64 bin-freebsd-386 bin-freebsd-arm \
|
||||
bin-netbsd-amd64 bin-netbsd-386 \
|
||||
|
||||
Reference in New Issue
Block a user