FILES:=$(patsubst %.svg,%.pdf,$(wildcard *.svg)) all: $(FILES) %.pdf : %.svg @echo -e '* Rendering [$@]' rsvg-convert -f pdf > $<