From: Oleg Broytman Date: Sun, 15 May 2016 17:25:38 +0000 (+0300) Subject: make clean X-Git-Tag: 0.0.6~9 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=a120faaf410ff7e02b35dd6f0b223d60f6f4b948 make clean --- 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