]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/bin/alone.sh
Coding violation fixes.
[u/mrichter/AliRoot.git] / HLT / bin / alone.sh
1 #!/bin/bash
2 ###########
3 # $Id$
4
5 export ALIHLT_USEPACKAGE=STANDALONE
6 export ALIHLT_LIBDIR=$ALIHLT_TOPDIR/lib_$ALIHLT_USEPACKAGE
7
8 cd $ALIHLT_TOPDIR
9 make libs
10