From c142b3241ddb8f1ea9b5090d20dffa43a17129ab Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Wed, 16 Jun 2021 15:48:16 -0700
Subject: [PATCH] Makefile: alert full path of final executable

With added textual contrast.
---
 src/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 6ec0090442..6d2d684773 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -236,7 +236,8 @@ DBGNAME?=$(EXENAME).debug
 exe:=$(bin)/$(EXENAME)
 dbg:=$(bin)/$(DBGNAME)
 
-build_done=Build is done, please look for $(<F) in $(<D)
+build_done==== Build is done, look for \
+           $(<F) in $(abspath $(<D)) ===
 
 all : $(exe)
 	$(call Echo,$(build_done))
-- 
GitLab