mirror of
https://github.com/liloew/gvn.git
synced 2025-12-24 13:38:00 +08:00
fix FreeBSD arch
This commit is contained in:
2
Makefile
2
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:
|
||||
|
||||
Reference in New Issue
Block a user