WIP task6

This commit is contained in:
Motiejus Jakštys
2019-12-10 21:34:19 +02:00
parent 2ce5740923
commit 555c6eeb03
3 changed files with 93 additions and 0 deletions

View File

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