summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a80d04a..f4345ac 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ POSTS_HTML = $(POSTS_MD:.md=.html) $(POSTS_XML:.xml=.html)
SCSS = $(wildcard scss/_*.scss)
-.PHONY: site
site: index.html atom.xml style.css man.css
index.html: templates/index.xml $(POSTS_HTML)
@@ -32,4 +31,4 @@ deploy:
rsync -avhP fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
rsync -avhP posts/*.html coleridge:www/oriole.systems/posts/
-.PHONY: clean deploy
+.PHONY: clean deploy site