aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index bd3d1c8..4b31a75 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -31,6 +31,11 @@
"command": "make -C ./src proone-htbthost"
},
{
+ "label": "Build htbtclient",
+ "type": "shell",
+ "command": "make -C ./src proone-htbtclient"
+ },
+ {
"label": "Build resolv",
"type": "shell",
"command": "make -C ./src proone-resolv"
@@ -64,7 +69,7 @@
"label": "Build hostinfod",
"type": "shell",
"command": "make -C ./src proone-hostinfod"
- }
+ },
{
"label": "Build proone",
"type": "shell",