X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=89ab25411adae3e9ef8c92c8bcdf31452a9ee69a;hb=1dad4b54683b2b497eacb907f7a328ce5cb4d858;hp=f452a6fb6a38f4e431ce0e8ad81dfb5aad14ca89;hpb=bae42da4e6d97f02aef60993f7de5dd1106a7e75;p=m_lib.git diff --git a/Makefile b/Makefile index f452a6f..89ab254 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ distr: .PHONY: clean clean: - find . -depth -type f -name '*.py[co]' -delete + find . -name '*.py[co]' -type f -delete