diff --git a/Makefile b/Makefile index 54c3153f..086818f4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ boot.firm: $(SUBFOLDERS) @echo built... $(notdir $@) boot.3dsx: - @curl -sSL "https://github.com/fincs/new-hbmenu/releases/latest/download/boot.3dsx" -o "$@" + @curl -sSfLO "https://github.com/fincs/new-hbmenu/releases/latest/download/$@" @echo downloaded... $(notdir $@) $(SUBFOLDERS):