ancient-board-games/resources/sprites/Makefile

8 lines
257 B
Makefile

all: die0.png die1.png piece-black-bottom.png piece-black-top.png piece-white-bottom.png piece-white-top.png
clean:
rm *.png
%.png: ../drawingboard.svg
inkscape --export-id="$*" --export-id-only $< --export-width=75 --export-height=75 --export-png="$@"