did some more work

This commit is contained in:
2020-03-26 21:35:30 +01:00
parent b81938bdb7
commit 78ec3aa4c9
10 changed files with 145 additions and 33 deletions

View File

@@ -10,10 +10,17 @@ chapters=chapters/introduction.tex \
chapters/appendix.tex
cover=cover.png
graphics=graphics/graph_high_linear_regime.png \
graphics/graph_high_linear_regime_cut.png \
graphics/graph_intermediate_regime.png \
graphics/graph_intermediate_regime_cut.png \
graphics/graph_low_linear_regime.png
other=extra_benchmark/benchmark.py
all: main.pdf
main.pdf: main.tex main.bib $(cover) $(chapters)
main.pdf: main.tex main.bib $(cover) $(chapters) $(graphics) $(other)
$(latex) main
$(bibtex) main
$(latex) main