rusefi/misc/stm32f1_test_project/compile.bat

8 lines
87 B
Batchfile
Raw Permalink Normal View History

rd /s /q .dep
echo Starting compilation
rem the important piece
2022-01-22 20:30:03 -08:00
make -j12
call flash