diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |