mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
Merge branch 'master' of https://github.com/FIX94/haxchi
This commit is contained in:
commit
19db1dd959
13
build_cbhc.sh
Normal file
13
build_cbhc.sh
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd installer
|
||||||
|
mkdir data
|
||||||
|
cd ../dsrom
|
||||||
|
echo Building DS ROMs
|
||||||
|
make clean
|
||||||
|
make CB=1
|
||||||
|
|
||||||
|
cd ../installer
|
||||||
|
echo Building WiiU Installer
|
||||||
|
make clean
|
||||||
|
make CB=1
|
Loading…
Reference in New Issue
Block a user