make run hello now works
parent
a12f58ad91
commit
219d7b9011
5
MAKE.bat
5
MAKE.bat
|
@ -740,7 +740,10 @@ if not "!other!"=="" (
|
|||
)
|
||||
|
||||
if "!run!"=="yes" (
|
||||
for /f "tokens=*" %%a in ("!other!") do set exename=%%~na.exe
|
||||
set exename=hello.exe
|
||||
if "!other!"=="" (
|
||||
for /f "tokens=*" %%a in ("!other!") do set exename=%%~na.exe
|
||||
)
|
||||
echo run !exename! !run_args!
|
||||
!exename! !run_args! || set rc=1
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue