Revision: | 1.7 |
Committed: | Thu Sep 1 11:48:28 2011 UTC (13 years, 8 months ago) by buchmann |
Branch: | MAIN |
Changes since 1.6: | +2 -2 lines |
Log Message: | Updating Makefile to eliminate a weird initialization problem |
# | User | Rev | Content |
---|---|---|---|
1 | buchmann | 1.1 | all: |
2 | buchmann | 1.7 | g++ produce_plots.C -o produce_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -shared -I$ROOFITSYS/include |
3 | g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -fPIC -shared -I$ROOFITSYS/include | ||
4 | buchmann | 1.2 |