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 $<