]> gitweb.michael.orlitzky.com - dunshire.git/blob - makefile
Add doctests for the matrices module and fix its pylint warnings.
[dunshire.git] / makefile
1 .PHONY: check
2 check:
3 python test/suite.py
4
5 .PHONY: clean
6 clean:
7 rm -r __pycache__