From d5aeca4d8a6a6dd675f1054c3efa58cbcf8f779c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 May 2020 17:35:26 +0100 Subject: Add clean_results target to makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9df9171f..5e0d6122 100644 --- a/Makefile +++ b/Makefile @@ -257,6 +257,7 @@ $(RANK_DIR)/rankplot_default_f1_multi.tex: $(TABLE_DIR)/default_f1_multi_full.js $(SCRIPT_DIR)/rank_plots.py | rank-dir python $(SCRIPT_DIR)/rank_plots.py -i $< -o $@ -b max --type default + $(RANK_DIR)/rankplot_%.pdf: $(RANK_DIR)/rankplot_%.tex | rank-dir latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode --shell-escape" \ -outdir=$(RANK_DIR) $< @@ -390,4 +391,6 @@ validate: ./utils/validate_schema.py ./schema.json # # ########### -clean: clean_summaries clean_tables clean_rankplots clean_venvs +clean: clean_results clean_venvs + +clean_results: clean_summaries clean_tables clean_rankplots clean_constants -- cgit v1.2.3