]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/PROOF-INF.ANALYSIS/BUILD.sh
end-of-line normalization
[u/mrichter/AliRoot.git] / ANALYSIS / PROOF-INF.ANALYSIS / BUILD.sh
CommitLineData
11026a80 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