mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
Add linux cbhc buildscript
This commit is contained in:
parent
8492589988
commit
2212b926d7
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