| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-22 22:09:26 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-22 22:09:26 +0200 | 
| commit | dbad54ad228df4b70f56bf6be1380b6ae3064ac3 (patch) | |
| tree | d912846d4948ebdee175ce3b6a7b97048e5995ce /client/Makefile | |
| parent | 5345adad33566e39570f067e61780e1af2dae4a7 (diff) | |
First shot at range indicators.
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 | 


