mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-05-24 14:43:43 +00:00
5 lines
95 B
Makefile
5 lines
95 B
Makefile
|
|
coordinates.png: coordinates.svg
|
|
|
|
%.png : %.svg
|
|
inkscape --export-png=$@ --export-dpi=160 $^
|