]> git.uio.no Git - u/mrichter/AliRoot.git/blame - OADB/PROOF-INF.OADB/BUILD.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / OADB / PROOF-INF.OADB / BUILD.sh
CommitLineData
37196805 1#! /bin/sh
8bfe3849 2
3if [ "" = "clean" ]; then
4 make clean
5 exit 0
6fi
7
a18817ac 8make
8bfe3849 9rc=$?
10echo "rc=$?"
11if [ $? != "0" ] ; then
12 exit 1
13fi
14exit 0
15