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