This commit is contained in:
James R 2021-06-16 16:58:47 -07:00
parent 3436d1a83c
commit b04c79d8a7
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ exe:=$(bin)/$(EXENAME)
dbg:=$(bin)/$(DBGNAME)
build_done==== Build is done, look for \
$(<F) in $(abspath $(<D)) ===
$(<F) at $(abspath $(<D)) ===
all : $(exe)
$(call Echo,$(build_done))