X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=6867d6446345947e6c4d5d82fb288560d418feb8;hb=dd8decbb437f61d5e095dd45c5a8dd56cd67ad13;hp=39368faa57ad25bac791f2dd7d6d1b17173476bc;hpb=a120faaf410ff7e02b35dd6f0b223d60f6f4b948;p=m_librarian.git diff --git a/Makefile b/Makefile index 39368fa..6867d64 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ tests: test .PHONY: clean clean: - find . -depth -type f -name '*.py[co]' -delete + find . -name '*.py[co]' -type f -delete