stud/MTM/task7-thesis-plan/Makefile
Motiejus Jakštys f7d2990831 bib
2019-12-11 00:26:47 +02:00

5 lines
148 B
Makefile

toolshed ?= docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
task7-thesis-plan.pdf: task7-thesis-plan.tex bib.bib
$(toolshed) latexmk -pdf $<