]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Fix(subproc.py): Clear pid to avoid repeated killing
[bookmarks_db.git] / Makefile
index c8624d5020bf5bc762343f77cdd7e1e9cab88c40..d3856eef3034b139e78c54025d0b7452adb11d3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 # __license__ = "GNU GPL"
 #
 
-VERSION=4.5.6
+VERSION=4.6.0
 
 EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync \
    bkmk-sort bkmk2db check_title.py check_url.py hotexplode.pl \
@@ -31,4 +31,4 @@ examples_distr:
 
 .PHONY: clean
 clean:
-       find . -depth -type f -name '*.py[co]' -delete
+       find . -name '*.py[co]' -type f -delete