add render target
This commit is contained in:
parent
827b015d15
commit
5bd0bec0e9
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in a new issue