From 6b746c4bff86737b9ca6a3a14dcb543a1216d194 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 10 Jul 2020 21:57:37 +0100 Subject: IR handling for palettes, potion and antidote/brn heal/frz heal --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e7fe1a7..48ac1ab8 100644 --- a/Makefile +++ b/Makefile @@ -257,6 +257,9 @@ $(CLOBBER_SIZE_VERSION101_NCGR_FILES): %.NCGR: %.png %.NCLR: %.pal $(GFX) $< $@ +$(IR_NCLR_FILES): %.NCLR: %.pal + $(GFX) $< $@ -ir + %.png: ; %.pal: ; -- cgit v1.2.3