ift7020-notes-de-cours/makefile

34 lines
768 B
Makefile
Raw Permalink Normal View History

2018-02-25 08:53:51 -05:00
build: notes_de_cours.pdf
2019-02-17 11:52:28 -05:00
composantsfortementconnexes.png:
dot -Tpng composantsfortementconnexes.dot -o composantsfortementconnexes.png
2018-04-23 01:08:52 -04:00
exemple_flot.png:
2019-02-17 11:52:28 -05:00
dot -Tpng exemple_flot.dot -o exemple_flot.png
2018-04-23 01:08:52 -04:00
exemple_flot_residuel.png:
2019-02-17 11:52:28 -05:00
dot -Tpng exemple_flot_residuel.dot -o exemple_flot_residuel.png
2018-04-23 01:08:52 -04:00
2018-04-20 01:03:58 -04:00
notes_de_cours.pdf: notes_de_cours.bbl
2018-02-25 08:53:51 -05:00
pdflatex notes_de_cours.tex
pdflatex notes_de_cours.tex
2019-02-17 11:52:28 -05:00
notes_de_cours.bbl: notes_de_cours.tex exemple_flot.png exemple_flot_residuel.png composantsfortementconnexes.png
2018-02-25 08:53:51 -05:00
pdflatex notes_de_cours.tex
bibtex notes_de_cours.aux
run: notes_de_cours.pdf
-evince notes_de_cours.pdf &
clean:
-rm *.aux
-rm *.bbl
-rm *.blg
-rm *.lof
-rm *.log
-rm *.out
-rm *.toc
2018-04-20 01:03:58 -04:00
-rm *.pdf
2018-04-23 01:08:52 -04:00
-rm exemple_flot.png exemple_flot_residuel.png