stud/thesis/Makefile
Motiejus Jakštys 94c5b70e36 it's a start
2019-10-10 19:05:49 +03:00

5 lines
140 B
Makefile

toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
thesisMJ-memo.pdf: thesisMJ-memo.tex bib.bib
$(toolshed) latexmk -pdf $<