summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-10-23 22:37:26 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-10-23 22:37:26 +0200
commitf2a1d30e4ec6c0c8a285176c5bc40d84cd08f7a1 (patch)
tree4dd6e2e85087aa90ce3f074fca8c2cd223cfabf1 /Makefile
parent394a1869195671b37242f296f80ba1d9728e951f (diff)
Attempts to fix the CSS...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f65c2d..7fd0709 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@ MODULES_WWW = $(addprefix $(WWW_DIR)/,$(MODULES))
all: build $(WWW_DIR) $(MODULES_WWW)
+upload_demo:
+ scp -r $(WWW_DIR)/* dreamhost:~/tacticians.online/
+
build:
for module in $(MODULES_SRC) ; do \
$(MAKE) -C $$module build ; \