mirror of
https://github.com/elliotnunn/newworld-rom.git
synced 2025-02-07 02:30:45 +00:00
Fix small typo in makefile
This commit is contained in:
parent
954e9fb980
commit
65240a0d60
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ test-fw: tbxi.hqx
|
|||||||
# START THE TEST MACHINE IN TARGET DISK MODE
|
# START THE TEST MACHINE IN TARGET DISK MODE
|
||||||
rm -f "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM"
|
rm -f "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM"
|
||||||
binhex -o "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM" $<
|
binhex -o "/Volumes/$(REMOTE_DISK_NAME)/System Folder/Mac OS ROM" $<
|
||||||
diskutil unmountDisk force /dev/`diskutil info /Volumes/Alpha/ | grep "Part of Whole" | sed 's/.*:\s*//'`
|
diskutil unmountDisk force /dev/`diskutil info /Volumes/$(REMOTE_DISK_NAME)/ | grep "Part of Whole" | sed 's/.*:\s*//'`
|
||||||
tput bel && say "ROM copied."
|
tput bel && say "ROM copied."
|
||||||
|
|
||||||
test-netfw: tbxi.hqx
|
test-netfw: tbxi.hqx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user