XCF = charactertest.xcf character-dress.xcf \ citytest.xcf grasstest.xcf roomtest.xcf floortest.xcf walltest.xcf all: $(XCF:%.xcf=%.png) %.png: %.xcf convert -background none -flatten $^ $@ clean: rm -f $(XCF:%.xcf=%.png)