Remove force rebuild flag in build script.

This commit is contained in:
Chen Yufei
2013-07-15 18:18:33 +08:00
parent 97e1cecaa8
commit 0dc8673640

View File

@@ -20,7 +20,7 @@ build() {
name=cow-$3-$version
echo "building $name"
GOOS=$1 GOARCH=$2 go build -a || exit 1
GOOS=$1 GOARCH=$2 go build || exit 1
if [[ $1 == "windows" ]]; then
mv cow.exe script
pushd script