From c42904ecde7d408048fbbebe9cdca12ee704ee34 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Oct 2015 14:25:40 +0200 Subject: Fix clean styling. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1bc791f..5be9133 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3