stud/I/MTM/task6-thesis-project/Makefile
2020-04-08 22:49:30 +03:00

5 lines
154 B
Makefile

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