summaryrefslogtreecommitdiffstats
path: root/core/distdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/distdir.mk')
-rw-r--r--core/distdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/distdir.mk b/core/distdir.mk
index 51ec46e..829951e 100644
--- a/core/distdir.mk
+++ b/core/distdir.mk
@@ -37,7 +37,7 @@ ifdef dist_goal
define copy-one-dist-file
$(3): $(2)
$(2): $(1)
- @echo "Dist: $$@"
+ @echo -e ${CL_YLW}"Dist:"${CL_RST}" $$@"
$$(copy-file-to-new-target-with-cp)
endef