From f2a1d30e4ec6c0c8a285176c5bc40d84cd08f7a1 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 23 Oct 2017 22:37:26 +0200 Subject: Attempts to fix the CSS... --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 ; \ -- cgit v1.2.3-70-g09d2