aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-25 17:35:26 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-25 17:35:26 +0100
commitd5aeca4d8a6a6dd675f1054c3efa58cbcf8f779c (patch)
tree328234affc855d3ccb39e6323148ce5df2449b93
parentAdd rank plots on multivariate data (diff)
downloadTCPDBench-d5aeca4d8a6a6dd675f1054c3efa58cbcf8f779c.tar.gz
TCPDBench-d5aeca4d8a6a6dd675f1054c3efa58cbcf8f779c.zip
Add clean_results target to makefile
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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