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