diff --git a/prog/runcards/pp/.gitignore b/prog/runcards/pp/.gitignore index 2e28bb9..1fcb152 100644 --- a/prog/runcards/pp/.gitignore +++ b/prog/runcards/pp/.gitignore @@ -1,4 +1 @@ -out/* - -!out/analysis -!out/sherpa_xs +out diff --git a/prog/runcards/pp/makefile b/prog/runcards/pp/makefile index eb6ef72..3213abc 100644 --- a/prog/runcards/pp/makefile +++ b/prog/runcards/pp/makefile @@ -34,7 +34,7 @@ $(ANALYSIS_DIR)/$(ANALYSIS_SO_NAME).so: $(ANALYSIS_DIR)/$(ANALYSIS_NAME).cc ############################################################################### analysis: $(OUT_DIR)/analysis/Analysis.yoda -$(OUT_DIR)/analysis/Analysis.yoda: sherpa_xs analysis_cpp +$(OUT_DIR)/analysis/Analysis.yoda: sherpa_xs $(ANALYSIS_DIR)/$(ANALYSIS_SO_NAME).so cd $(OUT_DIR) && \ $(SET_RIVET) mpirun --use-hwthread-cpus \ --use-hwthread-cpus $(SHERPA_CMD) "OUTPUT: 0"