🎨 break up statements in make target

This commit is contained in:
DannyDannyDanny 2022-12-14 21:08:35 +01:00
parent 3e2e3633f8
commit af0175df79

View file

@ -5,4 +5,5 @@ clean:
rm *.svg
svg:
pdflatex -shell-escape diagram.tex && explorer.exe diagram.html
pdflatex -shell-escape diagram.tex
explorer.exe diagram.html