stud/MTM/task6-thesis-project/Makefile

5 lines
154 B
Makefile
Raw Normal View History

2019-12-10 21:34:19 +02:00
toolshed ?= docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
task6-thesis-project.pdf: task6-thesis-project.tex bib.bib
$(toolshed) latexmk -pdf $<