X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=39368faa57ad25bac791f2dd7d6d1b17173476bc;hb=900d4e36f7ea51280e43ecf52c2412b94083ca76;hp=989c2a1af1e553307b1f9b4c1c0c946409dd4dc5;hpb=773462284ce84594e06ba1ab1d25396f45bd9a07;p=m_librarian.git diff --git a/Makefile b/Makefile index 989c2a1..39368fa 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,7 @@ test: .PHONY: tests tests: test + +.PHONY: clean +clean: + find . -depth -type f -name '*.py[co]' -delete