did some more work
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user