2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00
zaphod/configure

11 lines
169 B
Plaintext
Raw Normal View History

#!/bin/bash
git submodule init
git submodule update
2014-06-07 16:58:00 -04:00
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
cd src
2014-05-31 11:07:40 -04:00
ucpp setup -t 2059
ucpp init
ucpp configure
cd ..
2014-09-07 15:11:02 -04:00
# vim: ts=2:sw=2:et