aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index f78549c..c8402b5 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -36,11 +36,17 @@
"command": "make -C ./src proone-resolv"
},
{
+ "label": "Build pack",
+ "type": "shell",
+ "command": "make -C ./src dvault.bin proone-pack"
+ },
+ {
"label": "Build proone",
"type": "shell",
"command": "make -C ./src proone"
},
+
{
"label": "Build test_proto",
"type": "shell",