Revision e1998afc5ea112f4d3a11f9941ebc009427dec9e authored by Philippe Canal on 21 March 2016, 20:37:55 UTC, committed by Philippe Canal on 21 March 2016, 20:41:03 UTC
1 parent 8c82e30
Raw File
DrawTest.sh
#! /bin/sh

#dt_MakeFiles.sh
#root -b -q 'dt_MakeRef.C("Event.new.split9.root");'
if [ "x`which gmake 2>/dev/null | awk '{if ($1~/gmake/) print $1;}'`" != "x" ]
then
   gmake -f dt_Makefile drawtest
else
   make -f dt_Makefile drawtest
fi
./dt_RunDrawTest.sh
back to top