add report2
This commit is contained in:
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user