Skip to content

Commit 8a7d0a9

Browse files
committed
make change
1 parent c668848 commit 8a7d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ build:
1313
cp robots/* basicbots/robots
1414
env GOOS=linux GOARCH=amd64 go build -o basicbots/binaries/basicbots64-linux
1515
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
16+
tar cvfz latest/linux64.tgz basicbots/docs/ basicbots/robots/ basicbots/binaries/basicbots64-linux
1717
zip latest/windows64.zip basicbots/robots/* basicbots/docs/* basicbots/binaries/basicbots64-windows.exe
1818
rm -rf basicbots

0 commit comments

Comments
 (0)