Files
synclib/build.sh
2025-10-16 17:20:58 +02:00

3 lines
118 B
Bash

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o cln.exe .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o cln .