move first semester to first semester

This commit is contained in:
Motiejus Jakštys
2020-04-08 22:49:30 +03:00
parent db18a17f66
commit b97b04e9bb
93 changed files with 0 additions and 0 deletions

View File

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