Begin report

This commit is contained in:
Skia
2016-06-17 13:01:42 +02:00
parent aafcc9c174
commit e5d60b8c72
3 changed files with 173 additions and 0 deletions

13
doc/TW_Skia/Makefile Normal file
View File

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