From bb07a7334f064c9512bd7e387dab1b9ef9e228cd Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Thu, 16 Jul 2020 18:06:14 +0100 Subject: [PATCH] update gitignore and makefile --- .gitignore | 3 +++ Makefile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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