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 *.d
*.elf *.elf
*.cxi *.cxi
*.3dsx
.DS_Store .DS_Store
*.dmp *.dmp
.project .project
.cproject .cproject
.settings .settings
Luma3DS*.zip

View File

@ -27,7 +27,8 @@ boot.firm: $(SUBFOLDERS)
@echo built... $(notdir $@) @echo built... $(notdir $@)
boot.3dsx: 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): $(SUBFOLDERS):
@$(MAKE) -C $@ all @$(MAKE) -C $@ all