From 72907f893106fb3d3cf1a6bc082bbdb6b6e621c7 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 16 Jul 2021 19:39:11 +0300 Subject: [PATCH] clean-all --- Makefile | 1 + 1 file changed, 1 insertion(+) 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}"