Simulator make: add -r option (#622)
This commit is contained in:
parent
8d81e64774
commit
5692b36ee8
|
@ -1,4 +1,4 @@
|
||||||
rem this is about CygWin colon issue, .dep files are invalid because of that
|
rem this is about CygWin colon issue, .dep files are invalid because of that
|
||||||
rem rm -rf .dep
|
rem rm -rf .dep
|
||||||
rm -f build/rusefi_simulator.exe
|
rm -f build/rusefi_simulator.exe
|
||||||
make
|
make -r
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
make
|
make -r
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
rusefi_simulator.exe
|
rusefi_simulator.exe
|
||||||
|
|
Loading…
Reference in New Issue