changeset 2545:c7611c9c5d04

Add missing newline.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Jan 2024 13:54:05 +0200
parents d678cd4f767f
children 820bd9e4127d
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Tue Dec 26 03:57:36 2023 +0200
+++ b/world/Makefile	Fri Jan 12 13:54:05 2024 +0200
@@ -114,6 +114,7 @@
 	@echo "UPDATING LOCATIONS ..."
 	@$(MKLOC_BIN) -v -m $(patsubst %.map,%.new,$<) -l $(patsubst %.map,%.loc,$<) -L -g -o $(patsubst %.map,%.nloc,$<)
 	@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" "$(BATMAP_URL)$${AMAP}.txt"; done