diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-12 13:43:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 13:43:43 -0400 |
commit | c396ec8d1509dc8145b6415e3c20b471291a4922 (patch) | |
tree | ec8d1180f19c305f7c8f75318468438927f95107 /Makefile | |
parent | 6decb557c60b33ace42fe1329e1b104b8e67066a (diff) | |
parent | a604bc3b573e2f23bb0eb40e0fc8946b857d6c98 (diff) |
Merge pull request #232 from red031000/master
nitrogfx: fix size calculation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ; |