From b04c79d8a7ba4ae8f888ab94d394b6714699e107 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Wed, 16 Jun 2021 16:58:47 -0700
Subject: [PATCH] Say 'at'

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 6d2d684773..18ab524b8e 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))
-- 
GitLab