]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
makefile: delete mjo/__pycache__ with "make clean".
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 13 Sep 2020 21:05:21 +0000 (17:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 13 Sep 2020 21:05:21 +0000 (17:05 -0400)
makefile

index 858d0673cca758611b73b50f6025a05b3d2ccf16..ec7406f3187786b07346fbc73ac24c47a7f9ae8f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,3 +4,4 @@ check:
        PYTHONPATH="." $(SAGE) -t mjo/
 clean:
        find ./ -type f -name '*.pyc' -delete
+       find ./ -type d -name '__pycache__' -delete