Ver código fonte

added reversion + -j

Nicolas Cannasse 7 anos atrás
pai
commit
0637247a11
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -6,7 +6,7 @@
 		{
 			"label": "Compile",
 			"type": "shell",
-			"command": "make -s haxe",
+			"command": "make ADD_REVISION=1 -j -s haxe",
 			"group": {
 				"kind": "build",
 				"isDefault": true