search.gif:
	# brew install asciinema agg
	asciinema rec -c "python movingmap.py" --rows 41 --cols 115 --overwrite out.rec
	agg out.rec search.gif
