emergency push for make run
parent
67a57c4339
commit
1868986249
2
MAKE.bat
2
MAKE.bat
|
@ -742,7 +742,7 @@ if not "!other!"=="" (
|
||||||
|
|
||||||
if "!run!"=="yes" (
|
if "!run!"=="yes" (
|
||||||
set exename=hello.exe
|
set exename=hello.exe
|
||||||
if "!other!"=="" (
|
if not "!other!"=="" (
|
||||||
for /f "tokens=*" %%a in ("!other!") do set exename=%%~na.exe
|
for /f "tokens=*" %%a in ("!other!") do set exename=%%~na.exe
|
||||||
)
|
)
|
||||||
echo run !exename! !run_args!
|
echo run !exename! !run_args!
|
||||||
|
|
Loading…
Reference in New Issue