Simulator make: add -r option (#622)
This commit is contained in:
parent
ed4f2276e3
commit
4fd0f40a53
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
make -r
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
make
|
||||
make -r
|
||||
|
||||
cd build
|
||||
rusefi_simulator.exe
|
||||
|
|
Loading…
Reference in New Issue