🎨 break up statements in make target
This commit is contained in:
parent
3e2e3633f8
commit
af0175df79
1 changed files with 2 additions and 1 deletions
3
makefile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue