#38 added conditional to cleanup statement
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"label": "clean",
|
"label": "clean",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "latexmk -C"
|
"command": "latexmk -C; if [ -f chapter/out.tex ]; then rm chapter/out.tex; fi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "pandoc",
|
"label": "pandoc",
|
||||||
|
Reference in New Issue
Block a user