Separate exception dump parser in another repo, add boot.3dsx to release command

https://github.com/LumaTeam/luma3ds_exception_dump_parser
This commit is contained in:
TuxSH
2020-07-09 19:52:55 +01:00
parent b17eb66d55
commit 555286ea47
5 changed files with 4 additions and 202 deletions

View File

@@ -17,7 +17,8 @@ clean:
@$(foreach dir, $(SUBFOLDERS), $(MAKE) -C $(dir) clean &&) true
@rm -rf *.firm *.zip
$(NAME)$(REVISION).zip: boot.firm exception_dump_parser
# boot.3dsx comes from https://github.com/fincs/new-hbmenu/releases
$(NAME)$(REVISION).zip: boot.firm boot.3dsx
@zip -r $@ $^ -x "*.DS_Store*" "*__MACOSX*"
boot.firm: $(SUBFOLDERS)