summaryrefslogtreecommitdiff
path: root/wrapper/runcmd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/runcmd.mk')
-rw-r--r--wrapper/runcmd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/runcmd.mk b/wrapper/runcmd.mk
index 7cadb43..7340d11 100644
--- a/wrapper/runcmd.mk
+++ b/wrapper/runcmd.mk
@@ -10,6 +10,6 @@ SHELL = bash -o pipefail
export OUTPUT_DIR := $(realpath .)
% : $(EXEC_PATH)/modules/%
- cd $(CWD) && '$<' $(ARGS) | tee -- '$@'
+ cd $(CWD) && '$<' $(ARGS) | tee -- '$@' | sed 's,^,$@:,' >/dev/tty
include $(wildcard $(EXEC_PATH)/modules/*.mk)