update gitignore and makefile
This commit is contained in:
parent
748b771618
commit
bb07a7334f
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,8 +13,11 @@ exceptions/arm11/build
|
||||
*.d
|
||||
*.elf
|
||||
*.cxi
|
||||
*.3dsx
|
||||
.DS_Store
|
||||
*.dmp
|
||||
.project
|
||||
.cproject
|
||||
.settings
|
||||
|
||||
Luma3DS*.zip
|
||||
|
3
Makefile
3
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user