#38 added conditional to cleanup statement

This commit is contained in:
Dominik 2020-05-19 21:55:06 +02:00
parent d3d2927ebc
commit 00a7c4b399

2
.vscode/tasks.json vendored
View File

@ -17,7 +17,7 @@
{
"label": "clean",
"type": "shell",
"command": "latexmk -C"
"command": "latexmk -C; if [ -f chapter/out.tex ]; then rm chapter/out.tex; fi"
},
{
"label": "pandoc",