icons = \
	download-arrow.png

.SUFFIXES:
.SUFFIXES: .svg .png

all: $(icons)

clean:
	rm -f $(icons)

.svg.png:
	inkscape -e $@ -w 64 -h 64 $<