From 5c7893f2780f26f55aaca3ea981a1d13965d7ed9 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Mon, 4 Mar 2024 21:21:53 -0600 Subject: [PATCH] improved build message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 08d2f27..48884fd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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