]> gitweb.michael.orlitzky.com - sage.d.git/blob - makefile
Add the new mjo.cone.faces module with the face_generated_by() function.
[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