Skip to content
Snippets Groups Projects
Commit c142b324 authored by James R.'s avatar James R.
Browse files

Makefile: alert full path of final executable

With added textual contrast.
parent 3a044e71
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment