summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-10-23 22:37:26 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-10-23 22:37:26 +0200 |
commit | f2a1d30e4ec6c0c8a285176c5bc40d84cd08f7a1 (patch) | |
tree | 4dd6e2e85087aa90ce3f074fca8c2cd223cfabf1 /Makefile | |
parent | 394a1869195671b37242f296f80ba1d9728e951f (diff) |
Attempts to fix the CSS...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ; \ |