improved build message
This commit is contained in:
parent
70efc855b6
commit
5c7893f278
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ rule cc_{name}
|
|||
deps = gcc
|
||||
depfile = $dep
|
||||
command = {compiler} {compiler_flags} -MD -MF $dep -o $out -c $in
|
||||
description = Building object $out
|
||||
description = Building $in -> $out
|
||||
rule link_{name}
|
||||
command = {linker} {linker_flags} -o $out $in {linker_libs}
|
||||
description = Linking $out
|
||||
|
|
Loading…
Reference in a new issue