rusefi/misc/stm32f1_test_project/compile.bat

8 lines
87 B
Batchfile

rd /s /q .dep
echo Starting compilation
rem the important piece
make -j12
call flash