diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ SCSS = coverage/htmlfiles/style.scss css: $(CSS) ## Compile .scss into .css. $(CSS): $(SCSS) - sass --style=compact --sourcemap=none --no-cache $(SCSS) $@ + pysassc --style=compact $(SCSS) $@ cp $@ tests/gold/html/styled LINTABLE = coverage tests igor.py setup.py __main__.py |