IMAGES = jewel.png all: $(IMAGES) clean: rm -rf $(IMAGES) # Perhaps can resize, also run pngcrush etc %.png: %.xcf convert $< -flatten $@ .PHONY: all