accept the arguments in build.sh

This commit is contained in:
Watson
2013-09-10 09:33:27 +09:00
parent 0f9ae40e44
commit 61d98efed1

View File

@@ -1,2 +1,7 @@
rake
SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode5-DP6.app/Contents/Developer/Platforms rake
#!/bin/sh
# EX)
# ./build.sh clean:vm
# ./build.sh
rake $*
SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode5-DP6.app/Contents/Developer/Platforms rake $*