Update Makefile

The argument was changed from --short to --shortname at the Python script, so this commit aims to adjust it in the Makefile
This commit is contained in:
Murilo Rocha Pereira 2023-11-02 10:18:36 +01:00 committed by GitHub
parent 422bb3b713
commit d3721bd2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}