diff options
Diffstat (limited to 'media/tango-64/Makefile')
-rw-r--r-- | media/tango-64/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media/tango-64/Makefile b/media/tango-64/Makefile new file mode 100644 index 0000000..df2cdf6 --- /dev/null +++ b/media/tango-64/Makefile @@ -0,0 +1,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 $< |