- fixed spritesheet conversion and setup
[gba_blender] / Makefile
index 9bb5113..33bb3d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ tools/pngdump/pngdump:
        $(MAKE) -C tools/pngdump
 
 %.raw: %.png tools/pngdump/pngdump
-       tools/pngdump/pngdump -o $@ $<
+       tools/pngdump/pngdump -o $@ -n $<
 
 %.pal: %.png tools/pngdump/pngdump
        tools/pngdump/pngdump -o $@ -c $<