2019-06-08 17:01:19 -07:00
|
|
|
set script_name=common_make.bat
|
|
|
|
echo Entering %script_name%
|
|
|
|
|
|
|
|
rem todo: start using env variable for number of threads or for '-r'
|
2019-06-08 18:26:08 -07:00
|
|
|
make -j4 -r
|
2019-06-08 17:01:19 -07:00
|
|
|
if not exist build/rusefi.hex echo FAILED to compile by %script_name%
|
|
|
|
if not exist build/rusefi.hex exit -1
|
|
|
|
|
|
|
|
../misc/encedo_hex2dfu/hex2dfu.exe -i build/rusefi.hex -o build/rusefi.dfu
|