2 changed files with 6 additions and 3 deletions
@ -1,5 +1,7 @@ |
|||||
|
@echo off |
||||
color 87 |
color 87 |
||||
set GOOS=linux |
set GOOS=linux |
||||
set GOARCH=amd64 |
set GOARCH=amd64 |
||||
set CGO_ENABLED=0 |
set CGO_ENABLED=0 |
||||
go build -o scalib main.go |
go build -o scalib main.go |
||||
|
echo scalib build success |
||||
Loading…
Reference in new issue