ソースを参照

added reversion + -j

Nicolas Cannasse 7 年 前
コミット
0637247a11
1 ファイル変更1 行追加1 行削除
  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