From dfc3112c7a0c96f2b1b1bed71722a0438f869ee7 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 21 Jul 2019 21:33:11 +0200 Subject: Makefile: Collapse phony targets --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-2-gb3c3