mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
|
|
coordinates.png: coordinates.svg
|
|
|
|
%.png : %.svg
|
|
inkscape --export-png=$@ --export-dpi=160 $^
|