From fc3e0d16bd542c3247803aa5e7581f4176ea42b5 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 19 Apr 2012 20:44:19 +0200 Subject: [PATCH] fixup in Makefile + make it work on Linux --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d7be2a..cefa662 100644 --- a/Makefile +++ b/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