This commit is contained in:
ed 2021-01-29 00:43:57 +01:00
parent c58cf78f86
commit 6934c75bba
2 changed files with 19 additions and 2 deletions

10
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "pre",
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
"type": "shell"
}
]
}