We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c668848 commit 8a7d0a9Copy full SHA for 8a7d0a9
makefile
@@ -13,6 +13,6 @@ build:
13
cp robots/* basicbots/robots
14
env GOOS=linux GOARCH=amd64 go build -o basicbots/binaries/basicbots64-linux
15
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -o basicbots/binaries/basicbots64-windows.exe
16
- tar cvfz latest/linux64.tgz basicbots basicbots/docs/ basicbots/robots/ basicbots/binaries/basicbots64-linux
+ tar cvfz latest/linux64.tgz basicbots/docs/ basicbots/robots/ basicbots/binaries/basicbots64-linux
17
zip latest/windows64.zip basicbots/robots/* basicbots/docs/* basicbots/binaries/basicbots64-windows.exe
18
rm -rf basicbots
0 commit comments