.PHONY: all all: tileset.png character.png tileset.png: tileset3.svg inkscape -Cd 180 --export-png=$@ $< character.png: character_3.svg inkscape -Cd 180 --export-png=$@ $<