Pass command line args after the target to build()

This allows specifying additional arguments to make(1). For example, passing
-j8 to utilize multiple cores when building. Example:

./make.sh default -j8
1 file changed