Redirect build outputs to a file

make &> build.txt

All build outputs including warnings and errors will be redirected to build.txt. If without &, errors and warnings will not be redirected to the file.

Leave a Reply

Your email address will not be published. Required fields are marked *