changeset 2369:3e8d01bdc195

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Oct 2021 08:13:35 +0300
parents ba0ff73a1013
children 0f386ab2f9ff
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Fri Oct 15 23:48:22 2021 +0300
+++ b/world/Makefile	Thu Oct 21 08:13:35 2021 +0300
@@ -86,7 +86,7 @@
 
 # Fetch raw ASCII maps from bat.org to *.new
 fetch:
-	for i in $(CONT_MAPS); do $(HTTPGET) "$$i.new" "$(BATMAPURL)$$i.txt"; done
+	@for AMAP in $(CONT_MAPS); do echo "Fetching $${AMAP}.new"; $(HTTPGET) "$${AMAP}.new" "$(BATMAPURL)$${AMAP}.txt"; done
 
 
 # Remove all temporary .diff files