homebrewfilter/Makefile
Christopher Roy Bratusek 1d12b08be1 add clean rule to Makefile
change channel version to 39
2012-05-18 21:19:30 +02:00

20 lines
564 B
Makefile

all: compile_installer
clean:
@make -C main clean
@make -C boot clean
@make -C installer clean
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/00000001.app
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