summaryrefslogtreecommitdiffstats
path: root/media/oca-128/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'media/oca-128/Makefile')
-rw-r--r--media/oca-128/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/media/oca-128/Makefile b/media/oca-128/Makefile
new file mode 100644
index 0000000..72a44fd
--- /dev/null
+++ b/media/oca-128/Makefile
@@ -0,0 +1,16 @@
+icons = \
+ boobaloo-Soaring-Eagle.png \
+ embedded-systems.png \
+ zip.png \
+ 1297948317.png
+
+.SUFFIXES:
+.SUFFIXES: .svg .png
+
+all: $(icons)
+
+clean:
+ rm -f $(icons)
+
+.svg.png:
+ inkscape -e $@ -w 128 -h 128 $<