summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41a4273..f315542 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PAGES = $(addsuffix .html,$(TARGETS))
all: $(TARGETS) $(PAGES)
-upload_demo: $(PAGES)
+upload_demo: $(PAGES) LICENSE
scp -r $^ dreamhost:~/tacticians.online/
$(TARGETS):