Update tasks.json

This commit is contained in:
Oskar Weigl
2018-02-25 22:43:56 -08:00
committed by GitHub
parent 243bf8fd63
commit 1457cb2ec5
+1 -1
View File
@@ -6,7 +6,7 @@
{
"taskName": "build",
"type": "shell",
"command": "make -j8",
"command": "make",
"group": {
"kind": "build",
"isDefault": true