diff world/Makefile @ 2517:6e8e797c751f

Fix BATMAP_URL reference.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 10:32:56 +0300
parents ec4294c93585
children d2918bedeb19
line wrap: on
line diff
--- a/world/Makefile	Wed Aug 02 16:18:06 2023 +0300
+++ b/world/Makefile	Thu Aug 03 10:32:56 2023 +0300
@@ -115,7 +115,7 @@
 	@diff -ubB $(patsubst %.map,%.loc,$<) $(patsubst %.map,%.nloc,$<) | patch
 # Fetch raw ASCII maps from bat.org to *.new
 fetch:
-	@for AMAP in $(CONT_MAPS); do echo "Fetching $${AMAP}.new"; $(HTTPGET) "$${AMAP}.new" "$(BATMAPURL)$${AMAP}.txt"; done
+	@for AMAP in $(CONT_MAPS); do echo "Fetching $${AMAP}.new"; $(HTTPGET) "$${AMAP}.new" "$(BATMAP_URL)$${AMAP}.txt"; done
 
 
 # Remove all temporary .diff files