diff --git a/Makefile b/Makefile index d88e216bb..9ed95ef70 100755 --- a/Makefile +++ b/Makefile @@ -38,4 +38,9 @@ grind: valgrind --leak-check=full --log-fd=1 $${FILE} | grep definitely; \ done +render: + @for FILE in tests/data/good_maps/*xml; do \ + nik2img.py $${FILE} /tmp/$$(basename $${FILE}).png; \ + done + .PHONY: clean reset uninstall test install