update gitignore and makefile

This commit is contained in:
TuxSH 2020-07-16 18:06:14 +01:00
parent 748b771618
commit bb07a7334f
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -13,8 +13,11 @@ exceptions/arm11/build
*.d
*.elf
*.cxi
*.3dsx
.DS_Store
*.dmp
.project
.cproject
.settings
Luma3DS*.zip

View File

@ -27,7 +27,8 @@ boot.firm: $(SUBFOLDERS)
@echo built... $(notdir $@)
boot.3dsx:
@curl -sSL "https://github.com/fincs/new-hbmenu/releases/latest/download/boot.3dsx" -o "boot.3dsx"
@curl -sSL "https://github.com/fincs/new-hbmenu/releases/latest/download/boot.3dsx" -o "$@"
@echo downloaded... $(notdir $@)
$(SUBFOLDERS):
@$(MAKE) -C $@ all