7 lines
167 B
Makefile
7 lines
167 B
Makefile
all: report.pdf
|
|
|
|
report.pdf: report.tex fiche_synthese.tex ../shared/report.bib
|
|
latexmk -pdf $<
|
|
|
|
clean:
|
|
rm -f *aux *bbl *bcf *blg *_latexmk *fls *log *out *.run.xml
|