diff --git a/src/Makefile b/src/Makefile
index 6d2d68477383dc9ead0ef14983fd193825431069..18ab524b8e3fbf282a07a4dd9a67167842aba422 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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))