diff options
author | Devaev Maxim <[email protected]> | 2021-07-16 19:39:11 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-16 19:39:11 +0300 |
commit | 72907f893106fb3d3cf1a6bc082bbdb6b6e621c7 (patch) | |
tree | 68355615a3e57967d576a08830eaefd38716fea1 /Makefile | |
parent | a06c2004f3178ae0c27ada50c7ede617c45d0ab5 (diff) |
clean-all
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" |