summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dc6134..5ceb4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,10 @@ figures/roc.csv: $(CV_SUMMARY)
scripts/summary2roc.rb $< > $@
# tables
-tables/pa-tab.tex: scripts/pa-table.rb $(PA_PREDICTIONS)
+tables/pa-tab.tex: tables/pa-table.csv
+ scripts/pa-tex-table.rb $< > $@
+
+tables/pa-table.csv: $(PA_PREDICTIONS)
scripts/pa-table.rb > $@
tables/lazar-summary.csv: $(CV_SUMMARY)