From 336c1cf96c0cd5cfc774ce573ddd21ce5b96f91f Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 8 Dec 2012 23:00:45 +0100 Subject: [PATCH] Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6f6574f..1a065e4 100644 --- a/Makefile +++ b/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