stud/MTM/task7-thesis-plan/Makefile
Motiejus Jakštys 4eb69cc4f1 init
2019-12-10 23:57:22 +02:00

5 lines
140 B
Makefile

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