Makefile: alert full path of final executable

With added textual contrast.
This commit is contained in:
James R 2021-06-16 15:48:16 -07:00
parent 3a044e71cc
commit c142b3241d
1 changed files with 2 additions and 1 deletions

View File

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