tpIFT7020/tp/makefile

22 lines
275 B
Makefile
Raw Normal View History

2018-02-11 16:06:30 +00:00
build: rapport.pdf
rapport.pdf: rapport.bbl
pdflatex rapport.tex
pdflatex rapport.tex
rapport.bbl: rapport.tex
pdflatex rapport.tex
bibtex rapport.aux
run: rapport.pdf
evince rapport.pdf &
2018-02-11 16:06:30 +00:00
clean:
rm *.aux
rm *.bbl
rm *.blg
rm *.lof
rm *.log
rm *.out
rm *.toc