diff options
-rwxr-xr-x | .gitignore | 3 | ||||
-rwxr-xr-x | Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -16,6 +16,7 @@ *.sav *.sys -# converted image data +# converted image/palette data *.1bpp *.2bpp +*.pal @@ -31,3 +31,5 @@ clean: %.1bpp: %.png @rgbgfx -b -o $@ $< + +%.pal: ; |