You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: