summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3b75061..53ba70c7 100644
--- a/Makefile
+++ b/Makefile
@@ -243,6 +243,7 @@ clean:
clean-all: testenv clean
+ make -C hid clean-all
- docker run --rm \
--volume `pwd`:/src \
-it $(TESTENV_IMAGE) bash -c "cd src && rm -rf testenv/{.ssl,.tox,.mypy_cache,.coverage}"