mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-22 08:01:02 +00: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
|