summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-09 23:34:44 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-09 23:34:44 +0200 |
commit | 5114fa6cdaaffba9b7f5b8b6709fc694c6c2e005 (patch) | |
tree | 2310776057959223c79af72fc143787839c8ee1f /Makefile | |
parent | bbcef7854f999ae8fd77b6bcf8addd594cae08b9 (diff) |
Uses a less brutal way to upload TO.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ all: $(PREPROCESSOR_RESULT) build $(WWW_DIR) $(MODULES_WWW) upload_to: $(MAKE) CONFIG_FILE=conf/tacticians.conf - scp -r $(WWW_DIR)/* procyon_:/static_content_node/www/ + rsync -avz -L -e "ssh" $(WWW_DIR) procyon_:/static_content_node/ build: for module in $(MODULES_SRC) ; do \ |