]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/PROOF-INF.STEERBase/BUILD.sh
Improving file handling at digitization time (item related to https://alice.its.cern...
[u/mrichter/AliRoot.git] / STEER / PROOF-INF.STEERBase / BUILD.sh
CommitLineData
6bc03c45 1#! /bin/sh
2
8bfe3849 3if [ "" = "clean" ]; then
4 make clean
5 exit 0
6fi
7
8make
9rc=$?
10echo "rc=$?"
11if [ $? != "0" ] ; then
12 exit 1
13fi
14exit 0