summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |