summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: ;