mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
-added copy of yoshis island ds files for wario ware touched
This commit is contained in:
parent
be37e6d60d
commit
2562624f20
8
Makefile
8
Makefile
@ -52,6 +52,7 @@ yoshids.nds:
|
|||||||
armips haxchi_rop.s
|
armips haxchi_rop.s
|
||||||
armips haxchi.s
|
armips haxchi.s
|
||||||
mv rom.nds yoshids.nds
|
mv rom.nds yoshids.nds
|
||||||
|
cp yoshids.nds wwtouched.nds
|
||||||
|
|
||||||
brainage_cfw.nds:
|
brainage_cfw.nds:
|
||||||
armips haxchi_rop.s
|
armips haxchi_rop.s
|
||||||
@ -67,6 +68,7 @@ yoshids_cfw.nds:
|
|||||||
armips haxchi_rop.s
|
armips haxchi_rop.s
|
||||||
armips haxchi.s
|
armips haxchi.s
|
||||||
mv rom.nds yoshids_cfw.nds
|
mv rom.nds yoshids_cfw.nds
|
||||||
|
cp yoshids_cfw.nds wwtouched_cfw.nds
|
||||||
|
|
||||||
brainage.zip:
|
brainage.zip:
|
||||||
zip -JXjq9 brainage.zip brainage.nds
|
zip -JXjq9 brainage.zip brainage.nds
|
||||||
@ -76,6 +78,7 @@ kirby.zip:
|
|||||||
|
|
||||||
yoshids.zip:
|
yoshids.zip:
|
||||||
zip -JXjq9 yoshids.zip yoshids.nds
|
zip -JXjq9 yoshids.zip yoshids.nds
|
||||||
|
zip -JXjq9 wwtouched.zip wwtouched.nds
|
||||||
|
|
||||||
brainage_cfw.zip:
|
brainage_cfw.zip:
|
||||||
zip -JXjq9 brainage_cfw.zip brainage_cfw.nds
|
zip -JXjq9 brainage_cfw.zip brainage_cfw.nds
|
||||||
@ -85,10 +88,11 @@ kirby_cfw.zip:
|
|||||||
|
|
||||||
yoshids_cfw.zip:
|
yoshids_cfw.zip:
|
||||||
zip -JXjq9 yoshids_cfw.zip yoshids_cfw.nds
|
zip -JXjq9 yoshids_cfw.zip yoshids_cfw.nds
|
||||||
|
zip -JXjq9 wwtouched_cfw.zip wwtouched_cfw.nds
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f *.bin defines.s brainage.nds brainage.zip kirby.nds kirby.zip yoshids.nds yoshids.zip
|
@rm -f *.bin defines.s brainage.nds brainage.zip kirby.nds kirby.zip wwtouched.nds wwtouched.zip yoshids.nds yoshids.zip
|
||||||
@rm -f brainage_cfw.nds brainage_cfw.zip kirby_cfw.nds kirby_cfw.zip yoshids_cfw.nds yoshids_cfw.zip
|
@rm -f brainage_cfw.nds brainage_cfw.zip kirby_cfw.nds kirby_cfw.zip wwtouched_cfw.nds wwtouched_cfw.zip yoshids_cfw.nds yoshids_cfw.zip
|
||||||
@cd cfw_booter && make clean && cd ..
|
@cd cfw_booter && make clean && cd ..
|
||||||
@cd hbl_loader && make clean && cd ..
|
@cd hbl_loader && make clean && cd ..
|
||||||
@echo "all cleaned up !"
|
@echo "all cleaned up !"
|
||||||
|
Loading…
Reference in New Issue
Block a user