diff options
author | David Timber <mieabby@gmail.com> | 2020-09-03 15:51:39 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-03 15:52:28 +0930 |
commit | 55f73d9c963cdd1ddda8741e178d0930b99e2eb8 (patch) | |
tree | 95400f34e24b01b06e056635b7053565d6abd5e6 /.vscode/tasks.json | |
parent | e81c2636cee72af718e99fd98006fa9277de2a65 (diff) |
* [proone] Use hashed value for shared global file
name
* [htbt] Verify ALPN
* [htbt] Bug fixes regarding poll()
* [htbt] Run w/o resolv
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 00c792a..625efdb 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -34,6 +34,11 @@ "label": "Build resolv", "type": "shell", "command": "make -C ./src proone-resolv" + }, + { + "label": "Build proone", + "type": "shell", + "command": "make -C ./src proone" } ] } |