]> gitweb.michael.orlitzky.com - sage.d.git/blob - makefile
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / makefile
1 SAGE = $(shell which sage)
2
3 check:
4 PYTHONPATH="." $(SAGE) -t --timeout=0 --memlimit=0 --long --exitfirst mjo/
5 clean:
6 find ./ -type f -name '*.pyc' -delete
7 find ./ -type d -name '__pycache__' -delete