no message

This commit is contained in:
sk 2024-12-17 10:35:21 +08:00
parent 4b29c43709
commit 1f24dd29b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
@echo off
xcopy ..\data\* .\data\ /s /e /y /exclude:..\shell\exclude.txt
xcopy ..\data\* .\data\ /s /e /y /exclude:..\exclude.txt
for /f %%i in (../shell/programs.txt) do (
for /f %%i in (../programs.txt) do (
echo go build %%i
go build -o ./%%i/%%i.exe ../%%i/
)