From d3721bd2e062e0ea5629e9027bafebbb7ab42706 Mon Sep 17 00:00:00 2001 From: Murilo Rocha Pereira <34790144+murilopereirame@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:18:36 +0100 Subject: [PATCH] Update Makefile The argument was changed from --short to --shortname at the Python script, so this commit aims to adjust it in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f4afb2..9259c26 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BaseSystem.img: BaseSystem.dmg qemu-img convert BaseSystem.dmg -O raw BaseSystem.img BaseSystem.dmg: - ./fetch-macOS-v2.py --short=$(SHORTNAME) + ./fetch-macOS-v2.py --shortname=$(SHORTNAME) mac_hdd_ng.img: qemu-img create -f qcow2 mac_hdd_ng.img ${DISK_SIZE}