ancient-board-games/resources/ui/Makefile

8 lines
207 B
Makefile
Raw Normal View History

2021-01-08 22:35:24 +00:00
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="$@"