#38 added conditional to cleanup statement
This commit is contained in:
parent
d3d2927ebc
commit
00a7c4b399
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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user