ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Efficiency/Makefile
Revision: 1.2
Committed: Mon Jul 25 14:54:19 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Moved style file and limits

File Contents

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