diff options
author | stag019 <stag019@gmail.com> | 2015-02-24 17:21:49 -0500 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2015-02-24 17:21:49 -0500 |
commit | 1b144bc18620cd993fe62ff9c8cfffb42f2b4785 (patch) | |
tree | 63a6d030e01597bb70c0ee841d0f3e0f881f76a1 | |
parent | 94f8bc41da880a77dd3915603df7ecd16643b881 (diff) |
Palette files will be automatically generated.
-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: ; |