MTM task3 + bib
This commit is contained in:
6
MTM/task3-EpisodeAnalysis/Makefile
Normal file
6
MTM/task3-EpisodeAnalysis/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
|
||||
|
||||
all: report.pdf
|
||||
|
||||
report.pdf: report.tex bib.bib
|
||||
$(toolshed) latexmk -pdf $<
|
||||
Reference in New Issue
Block a user