]> git.plutz.net Git - isotilejs/blob - Makefile
renderer for rhombic maps
[isotilejs] / Makefile
1 .PHONY: all
2
3 all: tileset.png character.png
4
5 tileset.png: tileset3.svg
6         inkscape -Cd 180 --export-png=$@ $<
7
8 character.png: character_3.svg
9         inkscape -Cd 180 --export-png=$@ $<