This commit is contained in:
Motiejus Jakštys 2019-10-05 19:42:12 +02:00
parent 0f85845b4f
commit 3e886a93f3
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
all: report.pdf task3-EpisodeAnalysis.pdf: task3-EpisodeAnalysis.tex bib.bib
report.pdf: report.tex bib.bib
$(toolshed) latexmk -pdf $< $(toolshed) latexmk -pdf $<