diff --git a/Makefile b/Makefile index 8cc0016..7c4bda2 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/main.tex b/rapport.tex similarity index 100% rename from main.tex rename to rapport.tex