go: tags
	./this-pylint --which-2 None --to-pylint anagrams_mod.py test-anagrams
	./this-pylint --which-2 None --to-pylint anagrams_mod.py anagrams
	/usr/bin/pypy3 ./anagrams the eyes
	/usr/local/cpython-3.11/bin/python3 ./anagrams the eyes
	./test-anagrams

tags:
	ctags-exuberant test-anagrams anagrams anagrams_mod.py

clean:
	rm -rf __pycache__ *.pyc .ropeproject