# HG changeset patch # User Matti Hamalainen # Date 1509626516 -7200 # Node ID fc09f5ac523f5d6b4cf3808ce9c114751d7f25f7 # Parent 7bf994eb50bd9095e42a2b7badae4c902e4151eb Remove *.map from the upload file list. diff -r 7bf994eb50bd -r fc09f5ac523f world/Makefile --- 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 $@