go:
	/usr/local/cpython-3.8/bin/python3 treaptest.py
	/usr/local/cpython-3.7/bin/python3 treaptest.py
	/usr/local/cpython-3.6/bin/python3 treaptest.py
	/usr/local/cpython-3.5/bin/python3 treaptest.py
	/usr/local/cpython-3.4/bin/python3 treaptest.py
	/usr/local/cpython-3.3/bin/python3 treaptest.py
	# /usr/local/cpython-3.2/bin/python3 treaptest.py
	# /usr/local/cpython-3.1/bin/python3 treaptest.py
	# /usr/local/cpython-3.0/bin/python3 treaptest.py
	/usr/local/cpython-2.7/bin/python treaptest.py
	# /usr/local/micropython-1.11/bin/micropython treaptest.py

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