SAGE = $(shell which sage) check: PYTHONPATH="." $(SAGE) -t mjo/ clean: find ./ -type f -name '*.pyc' -delete