diff options
Diffstat (limited to 'media/oca-64/Makefile')
-rw-r--r-- | media/oca-64/Makefile | 13 |
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 $< |