Files
synclib/build.sh
2025-10-01 13:21:08 +02:00

3 lines
90 B
Bash

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