tools: bmp2tiles init
[swan-dev] / tools / bmp2tiles / Makefile
diff --git a/tools/bmp2tiles/Makefile b/tools/bmp2tiles/Makefile
new file mode 100644 (file)
index 0000000..1f710ba
--- /dev/null
@@ -0,0 +1,5 @@
+all:
+       cc -O2 bmp2tiles.c -o bmp2tiles -lSDL2
+
+clean:
+       rm bmp2tiles