improved build message

This commit is contained in:
Noah Swerhun 2024-03-04 21:21:53 -06:00
parent 70efc855b6
commit 5c7893f278

View file

@ -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