mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Makefile: alert full path of final executable
With added textual contrast.
This commit is contained in:
parent
3a044e71cc
commit
c142b3241d
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ DBGNAME?=$(EXENAME).debug
|
||||||
exe:=$(bin)/$(EXENAME)
|
exe:=$(bin)/$(EXENAME)
|
||||||
dbg:=$(bin)/$(DBGNAME)
|
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)
|
all : $(exe)
|
||||||
$(call Echo,$(build_done))
|
$(call Echo,$(build_done))
|
||||||
|
|
Loading…
Reference in a new issue