From e97fd215e591fd86ab176249c2b81af7407f9d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 21 Sep 2019 21:36:29 +0300 Subject: [PATCH] use latexmk --- MTM/task2-PossibleMsc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTM/task2-PossibleMsc/Makefile b/MTM/task2-PossibleMsc/Makefile index 3af106b..2157c2f 100644 --- a/MTM/task2-PossibleMsc/Makefile +++ b/MTM/task2-PossibleMsc/Makefile @@ -1,2 +1,2 @@ report.pdf: report.tex - pdflatex $< + latexmk $<