]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - makefile
README: rewrite it, it was rather out-of-date
[sage.d.git] / makefile
index 858d0673cca758611b73b50f6025a05b3d2ccf16..79cf89af52ad6b6db15204ea7fe7d0b6cad30dd0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,7 @@
 SAGE = $(shell which sage)
 
 check:
-       PYTHONPATH="." $(SAGE) -t mjo/
+       PYTHONPATH="." $(SAGE) -t --long --exitfirst mjo/
 clean:
        find ./ -type f -name '*.pyc' -delete
+       find ./ -type d -name '__pycache__' -delete