changeset 1858:fc09f5ac523f

Remove *.map from the upload file list.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Nov 2017 14:41:56 +0200
parents 7bf994eb50bd
children e52b2ce7c287
files world/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/world/Makefile	Thu Nov 02 14:41:45 2017 +0200
+++ b/world/Makefile	Thu Nov 02 14:41:56 2017 +0200
@@ -43,7 +43,7 @@
 ###
 
 # Upload changed files to site
-upload: $(TARGETS) renardy.map tormentas.map $(LOCLIST)
+upload: $(TARGETS) $(LOCLIST)
 	@scp -C $? $(UPLOAD_URL)
 	@touch $@