Indicators
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
SVGS = $(wildcard ./*.svg)
|
||||
TARGET_BMPS = $(SVGS:.svg=.bmp)
|
||||
SIZE = 45
|
||||
BACKCOLOR = 080808
|
||||
|
||||
.PHONY: all
|
||||
@ -15,5 +14,5 @@ clean:
|
||||
@convert $< -background "#$(BACKCOLOR)" -alpha remove -define bmp:subtype=RGB565 $@
|
||||
|
||||
%.png: %.svg
|
||||
inkscape -h $(SIZE) -w $(SIZE) $< -o $@
|
||||
inkscape $< -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user