diff --git a/makefile b/makefile index ce80939..1ff7b39 100644 --- a/makefile +++ b/makefile @@ -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