summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-21 21:21:40 +0200
committerWolfgang Müller2019-07-22 13:02:21 +0200
commit30a288e3f5e3cbe828d5a5ca774248a6ad48dbd6 (patch)
tree8b17656df5ec483d479809d383deef3516da2a3d /Makefile
parent4fe23d93c4f39b08f5bc4320af37ba109e618295 (diff)
downloadsite-30a288e3f5e3cbe828d5a5ca774248a6ad48dbd6.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/