diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ $(hypertext-snippets): %.html: %.mdwn Makefile clean: find -type f -name '*.html' -delete find -type d -empty -delete + rm -f style.css style.css.map rm -rf .sass-cache MAKEFLAGS += --jobs |