summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-31 22:55:35 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-31 22:55:35 +0100 |
commit | 9cc1ce48952543634067b9cad1f862154407eb96 (patch) | |
tree | bd259ca6e07fdc9c47cdd52786c51f4c6beb4f1f /Makefile | |
parent | 48d576fc30487769fb0fc980533d85a80f6f4f13 (diff) |
Adds a few more icons.
Not too sure about the shoe though...
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/ + scp -r $(WWW_DIR)/* procyon_:/static_content_node/www/ build: for module in $(MODULES_SRC) ; do \ |