add render target

This commit is contained in:
Dane Springmeyer 2012-07-25 16:58:45 -07:00
parent 827b015d15
commit 5bd0bec0e9

View file

@ -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