tpIFT7020/tp/makefile

22 lines
283 B
Makefile
Raw Normal View History

2018-02-11 11:06:30 -05: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
2018-02-12 22:09:08 -05:00
-evince rapport.pdf &
2018-02-11 11:06:30 -05:00
clean:
2018-02-12 22:09:08 -05:00
-rm *.aux
-rm *.bbl
-rm *.blg
-rm *.lof
-rm *.log
-rm *.out
-rm *.toc