• Christian Berendt's avatar
    fixing colored output of Makefile · e7e30aca
    Christian Berendt authored
    The colored output is broken when using Zsh.
    
    \033[32;01m==> Installing dependencies\033[0m
    \033[32;01m==> Building\033[0m
    
    After adding the parameter -e to echo I get the expected green lines.
    e7e30aca
Makefile 759 Bytes