mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-20 01:55:03 +00:00
Add makefile to generate png files
This commit is contained in:
parent
e27857794c
commit
a8bd6b5872
12
logo/Makefile
Normal file
12
logo/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
ALL = bridge.png network-transmit-receive.png pcb.png powerlines.png simple_meter_icon.png
|
||||
|
||||
%.png: %.svg
|
||||
inkscape --export-height=100 $^ --export-png=$@
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
clean:
|
||||
rm -rf $(ALL)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user