lokinet/.vscode/tasks.json
Jeff Becker dc8b9a9315
update readme
remove static linking option
2018-06-15 09:03:26 -04:00

13 lines
302 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "make",
"group": "build"
}
]
}