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 e516d9ae..d9f77c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ push:
clean:
rm -rf build site dist pkg src v*.tar.gz *.pkg.tar.xz *.egg-info kvmd-*.tar.gz
- find -name __pycache__ | xargs rm -rf
+ find kvmd tests -name __pycache__ | xargs rm -rf
make -C hid clean