]> gitweb.michael.orlitzky.com - sage.d.git/blob - makefile
mjo/polynomial.py: add another multidiv test based on an exercise.
[sage.d.git] / makefile
1 SAGE = $(shell which sage)
2
3 check:
4 PYTHONPATH="." $(SAGE) -t mjo/
5 clean:
6 find ./ -type f -name '*.pyc' -delete