diff options
| -rw-r--r-- | core/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.sh b/core/build.sh index a424f3b26..c9dc9292c 100644 --- a/core/build.sh +++ b/core/build.sh @@ -3,7 +3,7 @@ if [ -f .config.mak ]; then rm .config.mak fi make f DEBUG=n PLAT=msvc ARCH=x86 -make +make r if [ $? -ne 0 ]; then make o fi |
