summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-10 23:10:42 +0300
committerDevaev Maxim <[email protected]>2019-04-10 23:10:42 +0300
commit35c58066615905e716c223954ae569d92cdd8028 (patch)
tree83dd4d2d0cfad811983f7d5dcd0a2d164cfc2d81
parent1582972c675a45dc6fb174e78afdf4553bae9829 (diff)
fixed make-clean
-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