summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-12 18:36:54 +0100
committerred031000 <rubenru09@aol.com>2020-07-12 18:36:54 +0100
commita604bc3b573e2f23bb0eb40e0fc8946b857d6c98 (patch)
treed96c88f0831353b695ee21e492896d5f618ca819 /Makefile
parent5f114f5c8413da73f21c9adbfd0165921314e275 (diff)
fix palette issues, demo/title/titledemo narc fully converted
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: ;