From dbad54ad228df4b70f56bf6be1380b6ae3064ac3 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 22 Sep 2017 22:09:26 +0200 Subject: First shot at range indicators. --- client/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/Makefile') diff --git a/client/Makefile b/client/Makefile index 5746f57..41a4273 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,6 +1,10 @@ TARGETS = battlemap +PAGES = $(addsuffix .html,$(TARGETS)) -all: $(TARGETS) $(addsuffix .html,$(TARGETS)) +all: $(TARGETS) $(PAGES) + +upload_demo: $(PAGES) + scp -r $^ dreamhost:~/tacticians.online/ $(TARGETS): $(MAKE) -C elm/$@ index.html -- cgit v1.2.3-70-g09d2