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.
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 cleantime. Such a feature would be very useful.