Ajout du code de compilation

This commit is contained in:
Mysaa 2022-06-10 15:16:12 +02:00
parent 4c5fd08211
commit 16f5177fba
Signed by: Mysaa
GPG Key ID: 7054D5D6A90F084F
2 changed files with 12 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.aux
*.log
NotesStage.pdf
*.toc

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
all: NotesStage.pdf
NotesStage.pdf:
pdflatex NotesStage.tex
pdflatex NotesStage.tex
clean:
git clean -Xf