mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2026-05-15 05:36:53 -04:00
8 lines
224 B
Makefile
8 lines
224 B
Makefile
|
|
all:
|
||
|
|
pdflatex présentation.tex
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi présentation.pdf
|
||
|
|
|
||
|
|
clean_sauf_pdf:
|
||
|
|
rm -f *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi
|