]> git.phdru.name Git - m_librarian.git/blobdiff - Makefile
Output count of found objects
[m_librarian.git] / Makefile
index 989c2a1af1e553307b1f9b4c1c0c946409dd4dc5..6867d6446345947e6c4d5d82fb288560d418feb8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,7 @@ test:
 
 .PHONY: tests
 tests: test
+
+.PHONY: clean
+clean:
+       find . -name '*.py[co]' -type f -delete