def build(rc): """Builds all of the build targets""" for t in rc.build_targets: bldr = builder(t, rc) bldr.build()