Files
maya/Makefile
T
2018-03-14 20:17:35 +01:00

7 lines
70 B
Makefile

.PHONY: tests docs
tests:
pytest tests/
docs:
cd docs && make html