8 lines
241 B
Makefile
8 lines
241 B
Makefile
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
|