]> git.plutz.net Git - isotilejs/blobdiff - Makefile
script to build bitmap tiles from svg
[isotilejs] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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=$@ $<