stud/thesis/abstract/Makefile

5 lines
140 B
Makefile
Raw Normal View History

2019-10-10 19:05:49 +03:00
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
thesisMJ-memo.pdf: thesisMJ-memo.tex bib.bib
$(toolshed) latexmk -pdf $<