summaryrefslogtreecommitdiffstats
path: root/media/tango-64/Makefile
blob: e57b9c6b30591d4f13d18344663beddd1fd8514b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
icons = \
	system-users.png \
	applications-development.png \
	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 $<