
benchmark:
	cd img && /usr/bin/time -p crunch *.png
	cd img && python3 bench.py


.PHONY: benchmark