X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=Makefile;h=6867d6446345947e6c4d5d82fb288560d418feb8;hp=39368faa57ad25bac791f2dd7d6d1b17173476bc;hb=85300d2a19c07d9b07e7b8f08807440014b641d4;hpb=11790ed879e9546ce1044972036196213008a575 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