diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-13 08:13:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-13 08:13:13 -0400 |
commit | f9ed325deb8f25fe808a7038902f8e30191a854e (patch) | |
tree | e0c072f9f79e5b754154da6b9e6e223c4a2488c9 /Makefile | |
parent | 8397587f7ab3621e11c93cc1a3684843c0dc4176 (diff) | |
download | python-coveragepy-git-f9ed325deb8f25fe808a7038902f8e30191a854e.tar.gz |
Update the test output css files too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ SCSS = coverage/htmlfiles/style.scss css: $(CSS) $(CSS): $(SCSS) sass --style=compact --sourcemap=none --no-cache $(SCSS) $@ + cp $@ tests/gold/html/styled LINTABLE = coverage tests igor.py setup.py __main__.py |