Start internship slides

This commit is contained in:
Théophile Bastian 2017-09-07 14:20:21 +02:00
commit fb8c99bb13
2 changed files with 73 additions and 0 deletions

3
slides/Makefile Normal file
View file

@ -0,0 +1,3 @@
TEX=slides.tex
all: $(TEX)
latexmk -pdf $(TEX)