go:
	./this-pylint --to-pylint test-base255 base255.py
	/usr/local/cpython-3.0/bin/python3 ./test-base255
	/usr/local/cpython-3.9/bin/python3 ./test-base255
	/usr/local/pypy3-7.3.0/bin/pypy3 ./test-base255

clean:
	rm -rf __pycache__
	rm -f *.pyc *.class