make build all default #56

develop
Geoffrey Merck 7 months ago
parent ea23834643
commit 8c11c98669

10
.vscode/tasks.json vendored

@ -13,7 +13,10 @@
"USE_GPSD=1", "USE_GPSD=1",
"all" "all"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -91,10 +94,7 @@
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1" "USE_GPSD=1"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]

Loading…
Cancel
Save

Powered by TurnKey Linux.