diff --git a/build.sh b/build.sh index 3f928daac8..86e48ba056 100755 --- a/build.sh +++ b/build.sh @@ -115,10 +115,10 @@ elif [ "$target" == "all" ]; then make O=$outputdir all elif [ -n "$target" ]; then - $0 $b all + make O=$outputdir $target -else - make O=$outputdir all +else # if [ -z "$target ] + $0 $b all echo "build successful" fi