commit
This commit is contained in:
parent
10bfdd3fde
commit
a387e9bff0
6 changed files with 99 additions and 0 deletions
10
cr/makefile
Normal file
10
cr/makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
name=projet_UMM_Lukian_LEIZOUR
|
||||
|
||||
make:
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
rm -rf *.lof *.log *.toc *.aux
|
||||
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