summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-07-12 13:43:43 -0400
committerGitHub <noreply@github.com>2020-07-12 13:43:43 -0400
commitc396ec8d1509dc8145b6415e3c20b471291a4922 (patch)
treeec8d1180f19c305f7c8f75318468438927f95107 /Makefile
parent6decb557c60b33ace42fe1329e1b104b8e67066a (diff)
parenta604bc3b573e2f23bb0eb40e0fc8946b857d6c98 (diff)
Merge pull request #232 from red031000/master
nitrogfx: fix size calculation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cecb8b98..e7fecae4 100644
--- a/Makefile
+++ b/Makefile
@@ -255,6 +255,9 @@ $(CLOBBER_SIZE_VERSION101_NCGR_FILES): %.NCGR: %.png
$(VERSION101_SOPC_8BPP_NCGR_FILES): %.NCGR: %.png
$(GFX) $< $@ -version101 -sopc -bitdepth 8
+$(VERSION101_SOPC_NCGR_FILES): %.NCGR: %.png
+ $(GFX) $< $@ -version101 -sopc
+
%.NCLR: %.png
$(GFX) $< $@
@@ -264,6 +267,9 @@ $(VERSION101_SOPC_8BPP_NCGR_FILES): %.NCGR: %.png
$(IR_NCLR_FILES): %.NCLR: %.pal
$(GFX) $< $@ -ir
+$(4BPP_NCLR_FILES): %.NCLR: %.pal
+ $(GFX) $< $@ -bitdepth 4
+
%.png: ;
%.pal: ;