summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-21 21:33:11 +0200
committerWolfgang Müller2019-07-22 13:02:45 +0200
commitdfc3112c7a0c96f2b1b1bed71722a0438f869ee7 (patch)
treec55f49e23f7474c80172d1ae4d3cb53b4dfc94cc /Makefile
parent86775b8c0653a9c4264590cc1a775cd7237360e9 (diff)
downloadsite-dfc3112c7a0c96f2b1b1bed71722a0438f869ee7.tar.gz
Makefile: Collapse phony targets
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