When I'm compiling with Makefile build log is colorful and detailed. But when I use Ninja I'm getting only one line with progress, without percentage and color. How can I make Ninja build log look like Makefile's one? Is this even possible or that must require Ninja developers actions?
Example:
Makefile log:
Ninja log:
PS any method welcome, will be used locally.
PPS if there is no one, just say that this is impossible for now.