diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0d7be2a --- /dev/null +++ b/Makefile @@ -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