From 4fd0f40a539a50b2d7297a860e84244b3670ea65 Mon Sep 17 00:00:00 2001 From: andreika-git Date: Sat, 17 Nov 2018 20:20:32 +0200 Subject: [PATCH] Simulator make: add -r option (#622) --- simulator/compile.bat | 2 +- simulator/make_run.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simulator/compile.bat b/simulator/compile.bat index dde7b05a30..f19225cf63 100644 --- a/simulator/compile.bat +++ b/simulator/compile.bat @@ -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 diff --git a/simulator/make_run.bat b/simulator/make_run.bat index 78ef3f3078..121b51deea 100644 --- a/simulator/make_run.bat +++ b/simulator/make_run.bat @@ -1,4 +1,4 @@ -make +make -r cd build rusefi_simulator.exe