]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Remove absolute directory ~/lib to make it portable
[bookmarks_db.git] / Makefile
index 9ef507e08aff69b3770d2558a247c713e6bdd3e1..8e5e67a930e9ffd2b8306b76714a657d45310a72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 # __license__ = "GNU GPL"
 #
 
-VERSION=4.5.4
+VERSION=4.5.5
 
 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 . -name '*.py[co]' -print | xargs rm -f
+       find . -depth -type f -name '*.py[co]' -delete