diff --git a/Makefile b/Makefile index f6dd8b34..a2873fa4 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,10 @@ rt: $(OUT_FILES) > @hbs2-cli \ [define r [eq? [parse:top:file root $(dir $<)$(notdir $@)] \ [parse:top:file root $(dir $<)$(basename $(notdir $@)).baseline]]] \ - and [print '"[RT]"' space [if r [ansi green OK] [ansi red FAIL]] : space $(notdir $(basename $@))] \ + and [print '"[RT]"' space \ + [if r [ansi green _ [concat ✅ OK space space]] \ + [ansi red~ _ [concat ❌FAIL]]] \ + : space $(notdir $(basename $@))] \ and println > $(RM) $(dir $<)$(notdir $@)