summaryrefslogtreecommitdiff |
diff options
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 \ |