rusefi-1/firmware/config/boards/common_make.bat

9 lines
325 B
Batchfile
Raw Normal View History

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'
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