summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0f3ccf1..acd99f12 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ clean:
-rm -rf .tox_kits
-rm -rf .cache .pytest_cache .hypothesis
-rm -rf $$TMPDIR/coverage_test
+ -make -C tests/gold/html clean
sterile: clean
-rm -rf .tox*