diff options
author | David Timber <mieabby@gmail.com> | 2020-09-10 13:17:25 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-10 13:17:25 +0930 |
commit | c4160ed41717260b5941e2729c444b8ec051d5f0 (patch) | |
tree | ebff8d607109689adce32b25e02d294cd86c251d /.vscode/tasks.json | |
parent | bb797b9a405090d69cae75d2ef76cb797449886c (diff) |
* Impl: rnd interface and WELL512
* cncp: query cnc txt rec after wait not before
* In case the child keeps on dying
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c8402b5..03171be 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -41,6 +41,11 @@ "command": "make -C ./src dvault.bin proone-pack" }, { + "label": "Build rnd", + "type": "shell", + "command": "make -C ./src proone-rnd" + }, + { "label": "Build proone", "type": "shell", "command": "make -C ./src proone" |