From 30a288e3f5e3cbe828d5a5ca774248a6ad48dbd6 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 21 Jul 2019 21:21:40 +0200 Subject: Makefile: Tweak the clean target to delete all HTML files Previously only files that had a corresponding .md entry were deleted, leading to leftover garbage from switching branches or the like. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58361c8..2b8f63a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ man.css: scss/man.scss $(SCSS) sassc -t expanded $< >$@ clean: - rm -f $(HTML) index.html atom.xml style.css man.css + rm -f posts/*.html index.html atom.xml style.css man.css deploy: rsync -avhP fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/ -- cgit v1.2.3-2-gb3c3