aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json5
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"
}
]
}