From 7f4fac20ea633e305f442acc71e74ecd4b599b54 Mon Sep 17 00:00:00 2001 From: lilo Date: Fri, 25 Feb 2022 12:07:58 +0800 Subject: [PATCH] fix FreeBSD arch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 867ec10..0cff138 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ linux: windows: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o target/gvn-Windows-x86_64.exe main.go freebsd: - CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -o target/gvn-Freebsd-x86_64 main.go + CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -o target/gvn-FreeBSD-amd64 main.go clean: rm -rf target format: