summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
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 b141a8f..d16d842 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ atom.xml: templates/atom.xml $(POSTS_HTML)
clean:
rm -f posts/*.html index.html atom.xml style.css man.css
-deploy:
+deploy: site
@rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.{svg,webp} atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site