## build()


Build the specified target.


Usage


``` python
build(target)
```


## Parameters


`target: str`  
The target to build.


## Returns


`None`  


## Examples

``` python
>>> build("main")
```
