From af0175df79e89131cde4056792d20ac74c46d36e Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 14 Dec 2022 21:08:35 +0100 Subject: [PATCH] :art: break up statements in make target --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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