presentation_CdL_2024/Makefile
2024-11-04 11:36:08 +01:00

10 lines
214 B
Makefile

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-*