]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/bin/cleanall.sh
Ring 4 added
[u/mrichter/AliRoot.git] / HLT / bin / cleanall.sh
1 #!/bin/bash
2 ###########
3 # $Id$
4
5 for i in ROOT ALIROOT STANDALONE; do
6  export ALIHLT_USEPACKAGE=$i
7  export ALIHLT_LIBDIR=$ALIHLT_TOPDIR/lib_$USEPACKAGE
8
9  cd $ALIHLT_TOPDIR
10  make clean
11  cd ..
12 done