aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-07 21:54:51 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-07 21:54:51 +0930
commit8eed8cde29960ace2ea1b2ceb61962be6f258364 (patch)
treed10a563577451d397f05a9420d4947a65bea412a /.vscode/tasks.json
parent68bab4b86fef25f835c6b20a178c9b34ff8d2bd7 (diff)
* Impl: proone-pack
* Impl: host_cred (base64)
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",