From 8cfc0bc709d9bafd60422c968ff51a4fc58f0f52 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 7 May 2021 03:10:44 -1000 Subject: [PATCH] Makefile: curl improvements -f: Doesn't output a file on error. -O: Gets filename from URL. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c3153..086818f 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):