diff options
author | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
commit | 4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch) | |
tree | b5ab03f47ed90ee4c62d03c37359e0be316d452a /Makefile | |
parent | 75dc81c75dc1dc86053303cdae9decdb2f05557d (diff) |
NCER processing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ####################### |