Skip to content
Snippets Groups Projects
Makefile 198 B
SOURCE=logo.svg

all: icon-192.png icon-512.png

icon-192.png: $(SOURCE)
	inkscape $(SOURCE) --export-png $@ -w 192 -h 192

icon-512.png: $(SOURCE)
	inkscape $(SOURCE) --export-png $@ -w 512 -h 512