mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
fixup in Makefile + make it work on Linux
This commit is contained in:
parent
14f34d3eb7
commit
fc3e0d16bd
4
Makefile
4
Makefile
@ -6,9 +6,9 @@ compile_hbf:
|
||||
|
||||
compile_boot: compile_hbf
|
||||
@make -C boot
|
||||
@cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
@cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
|
||||
compile_installer: compile_boot
|
||||
@tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad"
|
||||
@tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad"
|
||||
@make -C installer
|
||||
@cp installer/installer.dol HomebrewFilter/boot.dol
|
||||
|
Loading…
Reference in New Issue
Block a user