X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=Makefile;h=39368faa57ad25bac791f2dd7d6d1b17173476bc;hp=989c2a1af1e553307b1f9b4c1c0c946409dd4dc5;hb=a120faaf410ff7e02b35dd6f0b223d60f6f4b948;hpb=964363c38b1d7f155bbdca0062397743db8dce3e 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