ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.2
Committed: Tue Jul 26 13:31:35 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
Added limit plot script to makefile

File Contents

# User Rev Content
1 buchmann 1.1 all:
2     g++ RunLimits.C -o RunLimits.exec `root-config --glibs --cflags` -lTreePlayer
3 buchmann 1.2 g++ produce_limit_plots.C -o produce_limit_plots.exec `root-config --glibs --cflags`