2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00
zaphod/configure
2014-09-07 15:11:02 -04:00

11 lines
169 B
Bash
Executable File

#!/bin/bash
git submodule init
git submodule update
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
cd src
ucpp setup -t 2059
ucpp init
ucpp configure
cd ..
# vim: ts=2:sw=2:et