go:
	/usr/local/cpython-3.6/bin/mypy --follow-imports silent --ignore-missing-imports bcgrep
	./this-pylint --which-2 None --to-pylint bcgrep readline0.py bufsock.py
	./test-script

install:
	./install-file --file bcgrep --directory /usr/local/bin/.
	./install-file --file readline0.py --directory /usr/local/lib/.
	./install-file --file python2x3.py --directory /usr/local/lib/.


clean:
	rm -f ./t
	rm -rf __pycache__ .mypy_cache