diff --git a/.gitignore b/.gitignore index 0a21f7f..e5c172f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,11 @@ exceptions/arm11/build *.d *.elf *.cxi +*.3dsx .DS_Store *.dmp .project .cproject .settings + +Luma3DS*.zip diff --git a/Makefile b/Makefile index 72cca2e..54c3153 100644 --- a/Makefile +++ b/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