Revert "Cleaned doc folder as it was unused"

This reverts commit 8716f2a01e.
This commit is contained in:
Théo DURR
2022-12-15 22:29:55 +01:00
parent 8716f2a01e
commit 6ce70abae5
116 changed files with 5882 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) -shell-escape $<
$(CC) -shell-escape $<
clean:
@echo "Cleaning folder"
rm *.aux; rm *.log; rm *.out; rm *.toc; rm *.snm; rm *.nav; rm *.lof