From 644c9a015886f5ab0ed645fb21b2e5796d57c57e Mon Sep 17 00:00:00 2001 From: Marlon Beijer Date: Mon, 16 Aug 2021 12:22:01 +0200 Subject: [PATCH] Make sure NDK39.lha is saved correctly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65c553f..a0a5eb3 100644 --- a/Makefile +++ b/Makefile @@ -736,7 +736,7 @@ projects/$(NDK_FOLDER_NAME).info: $(BUILD)/_lha_done download/$(NDK_ARC_NAME).lh @touch projects/$(NDK_FOLDER_NAME).info download/$(NDK_ARC_NAME).lha: - @cd download && wget $(NDK_URL) + @cd download && wget $(NDK_URL) -O $(NDK_ARC_NAME).lha # =================================================