summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
committerred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
commit4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch)
treeb5ab03f47ed90ee4c62d03c37359e0be316d452a /Makefile
parent75dc81c75dc1dc86053303cdae9decdb2f05557d (diff)
NCER processing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4467d8ac..1cdcca67 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ clean: mostlyclean clean-fs clean-tools
clean-fs:
$(RM) $(filter %.narc %.arc,$(HOSTFS_FILES))
- $(RM) $(NCGR_CLEAN_LIST) $(NCLR_CLEAN_LIST)
+ $(RM) $(NCGR_CLEAN_LIST) $(NCLR_CLEAN_LIST) $(NCER_CLEAN_LIST)
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' \) -exec $(RM) {} +
$(RM) files/msgdata/msg/narc_*.bin
@@ -271,8 +271,12 @@ $(8BPP_COMP10_NOPAD_NCLR_PAL_FILES): GFX_FLAGS = -bitdepth 8 -nopad -comp 10
%.NCLR: %.pal
$(GFX) $< $@ $(GFX_FLAGS)
+%.NCER: %.json
+ $(GFX) $< $@
+
%.png: ;
%.pal: ;
+%.json: ;
######################## Misc #######################