Modified makefile
This commit is contained in:
parent
2dc657e5ea
commit
de14ce06b0
1 changed files with 3 additions and 3 deletions
4
makefile
4
makefile
|
@ -1,9 +1,9 @@
|
|||
name=name
|
||||
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 *.lof *.log *.toc *.aux *.out
|
||||
rm -rf src/*.lof src/*.log src/*.toc src/*.aux
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue