mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
#!/bin/bash
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
|
||
|
cd src
|
||
|
ucpp init -t 2059
|
||
|
ucpp configure
|