fome-fw/simulator/compile.bat

5 lines
199 B
Batchfile
Raw Normal View History

2017-04-10 07:00:42 -07:00
rem this is about CygWin colon issue, .dep files are invalid because of that
rem rm -rf .dep
rm -f build/rusefi_simulator.exe
make -j4 -r
echo "TIMESTAMP %date% %time% just compiled rusefi simulator"