summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-01-31 22:55:35 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-01-31 22:55:35 +0100
commit9cc1ce48952543634067b9cad1f862154407eb96 (patch)
treebd259ca6e07fdc9c47cdd52786c51f4c6beb4f1f /Makefile
parent48d576fc30487769fb0fc980533d85a80f6f4f13 (diff)
Adds a few more icons.
Not too sure about the shoe though...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31f3ef6..5cbbcae 100644
--- a/Makefile
+++ b/Makefile
@@ -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/
+ scp -r $(WWW_DIR)/* procyon_:/static_content_node/www/
build:
for module in $(MODULES_SRC) ; do \