X-Git-Url: http://git.plutz.net/?p=isotilejs;a=blobdiff_plain;f=Makefile;fp=Makefile;h=13052a515c058476d19b7be27f89747ec55d131e;hp=0000000000000000000000000000000000000000;hb=f6fa54ab059b755dbff67b4f1430ee221fa90993;hpb=dc9f5154c65cdeb66ba0b2d197c36244f84b404c diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13052a5 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.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=$@ $<