summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3609b11c..53d2f051 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ metahtml: ## Produce meta-coverage HTML reports.
python igor.py combine_html
metasmoke:
- COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make clean metacov metahtml
+ COVERAGE_NO_PYTRACER=1 ARGS="-e py39" make metacov metahtml
PIP_COMPILE = pip-compile --upgrade --allow-unsafe
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade