mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
fixes in distribute - Makefile
This commit is contained in:
parent
75db42c843
commit
06e94e3b5c
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
all: compile_installer
|
||||
|
||||
compile_hbf:
|
||||
@make -C main
|
||||
@cp main/hbf.dol boot/source/hbf.dol
|
||||
|
||||
compile_boot: compile_hbf
|
||||
@make -C boot
|
||||
@cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
|
||||
compile_installer: compile_boot
|
||||
@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