Removed old branches from git-push-all.sh
[barry.git] / add-gui.sh
blob79d1c8e8520406411253fb33cfc40887fcff215e
1 #!/bin/sh
3 # meant to be run from inside a freshly checked out cvs workspace
4 # and run after the base library is compiled.
6 set -e
8 SCRIPTDIR="$(dirname "$0")"
10 cd gui
11 ../"$SCRIPTDIR"/configure-barrygui.sh
12 make -j2
13 make install