Skip to content

Commit

Permalink
update gitignore and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed Jul 16, 2020
1 parent 748b771 commit bb07a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ exceptions/arm11/build
*.d
*.elf
*.cxi
*.3dsx
.DS_Store
*.dmp
.project
.cproject
.settings

Luma3DS*.zip
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb07a73

Please sign in to comment.