summaryrefslogtreecommitdiffstats
path: root/media/oca-64/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2015-07-09 16:26:20 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-07-09 16:26:20 (EDT)
commitf6bc8baeb3f98d4ed1ed4bc613b0fbfc5abc4e41 (patch)
tree5325af98bfbd87d81bb9760eeba1f5eaa6cf4c3c /media/oca-64/Makefile
parent6cdcdb5bc9a8b0050667d657df920e7aceea57bc (diff)
Add more icons
Diffstat (limited to 'media/oca-64/Makefile')
-rw-r--r--media/oca-64/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/media/oca-64/Makefile b/media/oca-64/Makefile
new file mode 100644
index 0000000..1be19f6
--- /dev/null
+++ b/media/oca-64/Makefile
@@ -0,0 +1,13 @@
+icons = \
+ download-arrow.png
+
+.SUFFIXES:
+.SUFFIXES: .svg .png
+
+all: $(icons)
+
+clean:
+ rm -f $(icons)
+
+.svg.png:
+ inkscape -e $@ -w 64 -h 64 $<