summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc2c2f96..d4b0270b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,13 @@ sterile: clean
-docker image rm -f quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64
+CSS = coverage/htmlfiles/style.css
+SCSS = coverage/htmlfiles/style.scss
+
+css: $(CSS)
+$(CSS): $(SCSS)
+ sass --style=compact --sourcemap=none --no-cache $(SCSS) $@
+
LINTABLE = coverage tests igor.py setup.py __main__.py
lint: