]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Refactor find parameters
[bookmarks_db.git] / Makefile
index 5354e31b16dc2070b9534082e713dc3e5b9abd44..d3856eef3034b139e78c54025d0b7452adb11d3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,4 @@ examples_distr:
 
 .PHONY: clean
 clean:
-       find . -depth -type f -name '*.py[co]' -delete
+       find . -name '*.py[co]' -type f -delete