We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo clean
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following on from #5077, we had a project which built some C code using an external build system (make in this case, but it could be autotools or cmake for example): https://github.com/vext01/rust_link_test
Currently there is no way to clean the externally built code at cargo clean time. Such a feature would be very useful.
The text was updated successfully, but these errors were encountered:
If you run the build in OUT_DIR, it'll be cleaned up via a cargo clean.
Sorry, something went wrong.
I think this is a dupe of #572, so I'm going to close in favor of that
Thanks
No branches or pull requests
Following on from #5077, we had a project which built some C code using an external build system (make in this case, but it could be autotools or cmake for example):
https://github.com/vext01/rust_link_test
Currently there is no way to clean the externally built code at
cargo clean
time. Such a feature would be very useful.The text was updated successfully, but these errors were encountered: