Update makefile

This commit is contained in:
Leopold Clement 2021-08-16 13:25:42 +02:00
parent 9a5bd0348f
commit 45dd0c2fca

View file

@ -15,7 +15,20 @@ clean :
rm -f rapport.log
rm -f rapport.pdf
rm -f rapport.toc
rm -r pdf_img/
rm -f rapport.lof
rm -f rapport.lot
rm -f -r pdf_img/
clean-latex :
rm -f rapport.aux
rm -f rapport.bbl
rm -f rapport.blg
rm -f rapport.out
rm -f rapport.log
rm -f rapport.pdf
rm -f rapport.toc
rm -f rapport.lof
rm -f rapport.lot
pdf_img/%.pdf : raw_img/%.svg pdf_img/%.pdf_tex
inkscape -D -z --file=$< --export-pdf=$@ --export-latex