Description
The build process command fails when copied due to bash not interpreting # as a comment, though the build ultimately succeeds.
Location
Build Process section
Error Message:
make: *** No rule to make target #'. Stop.`
Issue
- Copy button includes comment that bash doesn't handle properly
- Confuses users even though build succeeds
- Creates unnecessary error output
Suggested Fix
Remove the comment from the copyable command to eliminate the error message.
Reference: Akave SDK CLI Report