summaryrefslogtreecommitdiffstats
path: root/media/tango-64/Makefile
blob: df2cdf63445654ba8e687abebd573ab3a8aae017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
icons = \
	package-x-generic.png \
	preferences-system.png \
	text-editor.png

.SUFFIXES:
.SUFFIXES: .svg .png

all: $(icons)

clean:
	rm -f $(icons)

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