
| Option | Description |
|---|---|
| Build directory | The remote directory to perform the build command and clean command for the project. Can be an absolute path or relative to the project's remote location. Starting with '/' will make it absolute. |
| Build command | The command to be run when a project build is kicked off. Default is 'make'. |
| Clean command | Command to be run when a project clean is kicked off. Default is 'make clean'. |