ancient-board-games/resources/ui/Makefile

8 lines
207 B
Makefile

all: button.png button-hover.png
clean:
rm -f button.png button-hover.png
%.png: ../drawingboard.svg
inkscape --export-id="$*" --export-id-only $< --export-width=750 --export-height=50 --export-png="$@"