Commit 0b04a0d2 authored by nanahira's avatar nanahira

update make config

parent 158f21af
......@@ -166,11 +166,12 @@
"remote": "origin",
"branch": "master",
"callback": {
"command": "make",
"command": "bash",
"args": [
"config=release"
"-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
],
"path": "./ygopro/build/"
"path": "./ygopro/"
}
},
"ygopro": {
......@@ -178,11 +179,12 @@
"remote": "origin",
"branch": "server",
"callback": {
"command": "make",
"command": "bash",
"args": [
"config=release"
"-c",
"premake4 gmake ; cd build ; make config=release ; cd .. ; strip ygopro"
],
"path": "./ygopro/build/"
"path": "./ygopro/"
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment