Clean application.
Syntax
sysproj clean -name <app-name>
Clean the application specified by <sysproj-name>
in the workspace. "-name" switch is optional, so <sysproj-name>
can be specified directly, without using -name.
Options
Option | Description |
---|---|
-name <sysproj-name>
|
Name of the application to be clean built. |
Returns
Nothing, if the application is cleaned suceessfully. Error string, if the application build clean fails.
Examples
sysproj clean -name helloworld_system
Clean-build the system project specified.