]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
make clean
[m_librarian.git] / Makefile
index 989c2a1af1e553307b1f9b4c1c0c946409dd4dc5..39368faa57ad25bac791f2dd7d6d1b17173476bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,7 @@ test:
 
 .PHONY: tests
 tests: test
+
+.PHONY: clean
+clean:
+       find . -depth -type f -name '*.py[co]' -delete