go:
	/usr/local/cpython-3.6/bin/mypy --disallow-untyped-calls combs-vs-perms
	./combs-vs-perms > /tmp/combs-vs-perms.tsv
	to-table2 --delimiter "$$(printf '\t')" < /tmp/combs-vs-perms.tsv > /tmp/combs-vs-perms.html
	links -dump -width 120 /tmp/combs-vs-perms.html
	# expand -13,51 < /tmp/combs-vs-perms.tsv

clean:
	rm -rf .mypy_cache