PNGDIR := /var/www/media.xiph.org/sintel/sintel-4k-png16 PNGS := $(notdir $(wildcard $(PNGDIR)/*.png)) all: $(PNGS) %.png : $(PNGDIR)/%.png convert -scale 1024x436 $< $@