add report2

This commit is contained in:
Motiejus Jakštys
2019-09-25 20:10:13 +03:00
parent 14c6703e2c
commit 03dfeeaf6c
3 changed files with 34 additions and 1 deletions

View File

@@ -2,5 +2,7 @@ ifdef IN_DOCKER
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
endif
report.pdf: report.tex
all: report1.pdf report2.pdf
report%.pdf: report%.tex
$(toolshed) latexmk -pdf $<