summaryrefslogtreecommitdiffstats
path: root/media/oca-64/Makefile
blob: 1be19f664c02b6d3ce3af084bfd2488844416fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
icons = \
	download-arrow.png

.SUFFIXES:
.SUFFIXES: .svg .png

all: $(icons)

clean:
	rm -f $(icons)

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