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