Rename main.tex

This commit is contained in:
augustin64 2024-08-28 09:38:59 +02:00
parent 59268282b7
commit 06ce3486d2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
main.pdf: main.tex refs.bib
pdflatex -interaction=nonstopmode -halt-on-error main.tex
bibtex main
pdflatex -interaction=nonstopmode -halt-on-error main.tex
rapport.pdf: rapport.tex refs.bib
pdflatex -interaction=nonstopmode -halt-on-error rapport.tex
bibtex rapport
pdflatex -interaction=nonstopmode -halt-on-error rapport.tex
clean:
rm *.bbl *.bcf *.blg *.log *.run.xml *.toc *.aux *.out -f