stud/I/MTM/task7-thesis-plan/Makefile

5 lines
148 B
Makefile
Raw Normal View History

2019-12-10 23:57:22 +02:00
toolshed ?= docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
2019-12-11 00:25:45 +02:00
task7-thesis-plan.pdf: task7-thesis-plan.tex bib.bib
2019-12-10 23:57:22 +02:00
$(toolshed) latexmk -pdf $<