add target make svg

This commit is contained in:
DannyDannyDanny 2022-10-01 21:04:49 +02:00
parent 463677c850
commit eaad65997b

View file

@ -3,3 +3,6 @@ clean:
rm *.log rm *.log
rm *.pdf rm *.pdf
rm *.svg rm *.svg
svg:
pdflatex -shell-escape diagram.tex && explorer.exe diagram.svg