From 37f78c5d4ddb2d1511a98a4f1b1cb308cea2c3bc Mon Sep 17 00:00:00 2001 From: Joachim Le Fournis Date: Mon, 8 Feb 2021 19:40:54 +0100 Subject: [PATCH] [makefiles] Fix epsilon_run on windows --- build/targets.simulator.windows.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/targets.simulator.windows.mak b/build/targets.simulator.windows.mak index eef0ca30e..c0aa03b8f 100644 --- a/build/targets.simulator.windows.mak +++ b/build/targets.simulator.windows.mak @@ -1,4 +1,4 @@ PHONY: %_run -t %_run: $(BUILD_DIR)/%.$(EXE) +%_run: $(BUILD_DIR)/%.$(EXE) $(call rule_label,EXE) $(Q) ./$^