mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
Merge pull request #9 from opendata26/master
Add linux cbhc buildscript
This commit is contained in:
commit
b525520a12
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