stud/MTM/task5-recenzija/Makefile
Motiejus Jakštys aa19a74c41 toolshed ?=
2019-12-10 23:21:26 +02:00

5 lines
144 B
Makefile

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