提交 7cd1173b 编写于 作者: yanghye's avatar yanghye

upgrade: energy command line

上级 5ea05d79
SET CGO_ENABLED=1
set GOARCH=386
set GOOS=windows
go build -o energy-32.exe energy.go
set GOARCH=amd64
set GOOS=windows
go build -o energy-64.exe energy.go
set GOARCH=amd64
set GOOS=darwin
go build -o energy-darwin-64 energy.go
set GOARCH=amd64
set GOOS=linux
go build -o energy-linux-64 energy.go
pause
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册