summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2015-02-24 17:21:49 -0500
committerstag019 <stag019@gmail.com>2015-02-24 17:21:49 -0500
commit1b144bc18620cd993fe62ff9c8cfffb42f2b4785 (patch)
tree63a6d030e01597bb70c0ee841d0f3e0f881f76a1
parent94f8bc41da880a77dd3915603df7ecd16643b881 (diff)
Palette files will be automatically generated.
-rwxr-xr-x.gitignore3
-rwxr-xr-xMakefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 57320a0..224d603 100755
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
*.sav
*.sys
-# converted image data
+# converted image/palette data
*.1bpp
*.2bpp
+*.pal
diff --git a/Makefile b/Makefile
index 3049546..aff8563 100755
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,5 @@ clean:
%.1bpp: %.png
@rgbgfx -b -o $@ $<
+
+%.pal: ;