Ecriture du début du rapport
This commit is contained in:
parent
92cccd1799
commit
7fa4124d57
10 changed files with 247 additions and 22 deletions
10
Rapport/makefile
Normal file
10
Rapport/makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
name=CR_TP3_Protocole_Cryptographique
|
||||
|
||||
make:
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
rm -rf *.lof *.log *.toc *.aux *.out
|
||||
rm -rf src/*.lof src/*.log src/*.toc src/*.aux
|
||||
|
||||
clean:
|
||||
rm -rf *.pdf
|
Loading…
Add table
Add a link
Reference in a new issue