]> git.phdru.name Git - m_librarian.git/commitdiff
make clean
authorOleg Broytman <phd@phdru.name>
Sun, 15 May 2016 17:25:38 +0000 (20:25 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 May 2016 17:25:38 +0000 (20:25 +0300)
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