On Thu, May 29, 2025 at 02:05:36PM +0700, Bui Quang Minh wrote: > Currently, we only build net/lib dependency in install target. This > commit moves that to all target so that net/lib is included in in-tree > build and run_tests.
Hi, The above describes what is being done. I think it would be good to also describe why. > > Signed-off-by: Bui Quang Minh <minhquangbu...@gmail.com> ...