ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Efficiency/Makefile
Revision: 1.4
Committed: Tue Aug 16 11:51:36 2011 UTC (13 years, 8 months ago) by buchmann
Branch: MAIN
Changes since 1.3: +0 -1 lines
Log Message:
Removing deprecated Efficiency.C file

File Contents

# User Rev Content
1 buchmann 1.1 all:
2 buchmann 1.3 g++ produce_plots.C -o produce_plots.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread
3     g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread
4 buchmann 1.2