]> gitweb.michael.orlitzky.com - sage.d.git/blob - makefile
eja: rework the random_eja() bounds in terms of dimension.
[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