better error message

This commit is contained in:
rusefi 2019-07-07 03:48:28 -04:00
parent 485ae2da75
commit ecac09de11
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ echo Entering %script_name%
mkdir .dep
rem todo: start using env variable for number of threads or for '-r'
make -j4 -r
if not exist build/rusefi.hex echo FAILED to compile by %script_name%
if not exist build/rusefi.hex echo FAILED to compile by %script_name% with %PROJECT_BOARD% %DEBUG_LEVEL_OPT% and %EXTRA_PARAMS%
if not exist build/rusefi.hex exit -1
rm -f build/rusefi.dfu