stud/MTM/task5-recenzija/Makefile
2019-11-13 18:00:49 +02:00

5 lines
143 B
Makefile

toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
task5-recenzija.pdf: task5-recenzija.tex bib.bib
$(toolshed) latexmk -pdf $<