
test:
	python -m doctest -v tests/doctest.txt
clean:
	rm -rf build
	rm -rf *.pyc
