summaryrefslogtreecommitdiffstats
path: root/docs/dev_guide/autobuild.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev_guide/autobuild.md')
-rwxr-xr-xdocs/dev_guide/autobuild.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev_guide/autobuild.md b/docs/dev_guide/autobuild.md
index b5df6ee..7eb09dd 100755
--- a/docs/dev_guide/autobuild.md
+++ b/docs/dev_guide/autobuild.md
@@ -106,7 +106,7 @@ cmake .. && make autobuild
Following are the targets available from the **autobuild** script:
-- **clean**: Removes object file and target results from the build directory.
+- **clean**: Removes all the object files and target results generated by Makefile.
- **distclean**: Deletes the build directory.
- **configure**: Generates the project Makefile from the `CMakeLists.txt` files.
- **build**: Compiles all project targets.