X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=d3856eef3034b139e78c54025d0b7452adb11d3a;hb=ca217398a70481e74e462bbb8ab704c21eda9142;hp=5354e31b16dc2070b9534082e713dc3e5b9abd44;hpb=787713c7dffc657460c3c38dc35a367e4afcf80c;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 5354e31..d3856ee 100644 --- 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