diff options
author | red031000 <rubenru09@aol.com> | 2020-07-12 18:36:54 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-12 18:36:54 +0100 |
commit | a604bc3b573e2f23bb0eb40e0fc8946b857d6c98 (patch) | |
tree | d96c88f0831353b695ee21e492896d5f618ca819 /Makefile | |
parent | 5f114f5c8413da73f21c9adbfd0165921314e275 (diff) |
fix palette issues, demo/title/titledemo narc fully converted
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: ; |