]> gitweb.michael.orlitzky.com - sage.d.git/blob - makefile
makefile: add a "make check" target to run the tests properly.
[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