no message
This commit is contained in:
parent
4b29c43709
commit
1f24dd29b6
|
@ -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/
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue