Makefile (148B) - Raw
1 toolshed ?= docker run --rm -v $(PWD):/x -w /x motiejus/toolshed 2 3 task7-thesis-plan.pdf: task7-thesis-plan.tex bib.bib 4 $(toolshed) latexmk -pdf $<