presentation_CdL_2024/Makefile

11 lines
214 B
Makefile
Raw Permalink Normal View History

2024-11-04 10:36:08 +00:00
CC=pdflatex
all:
$(CC) -shell-escape présentation.tex
biblio:
biber présentation
clean:
rm -rf *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi *.vrb *.fmt _region_.tex *~ *.pdf _minted-*