mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
Makefile
This commit is contained in:
parent
ca4bd46dc8
commit
336c1cf96c
6
Makefile
6
Makefile
@ -14,11 +14,7 @@ compile_boot: compile_hbf
|
||||
@make -C boot
|
||||
@cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
|
||||
compile_nandloader: compile_boot
|
||||
@make -C nand-loader
|
||||
#@cp nand-loader/nand-loader.bin installer/wad/00000002.app
|
||||
|
||||
compile_installer: compile_nandloader
|
||||
compile_installer: compile_boot
|
||||
@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