First TO report

This commit is contained in:
Skia
2017-01-08 20:02:09 +01:00
parent a826fd40a3
commit 9083dfb224
3 changed files with 233 additions and 0 deletions

13
doc/TO_Skia_LoJ/Makefile Normal file
View File

@ -0,0 +1,13 @@
CC=pdflatex
all: rapport clean
rapport: Rapport.tex
@echo "Compiling "$<
$(CC) -shell-escape $<
$(CC) -shell-escape $<
clean:
@echo "Cleaning folder"
rm *.aux; rm *.log; rm *.out; rm *.toc; rm *.snm; rm *.nav; rm *.lof